Manage subscription payments
Last updated
Last updated
This method associates a new billing option with an existing subscription's payment option by including the ID in the {subId} URI path parameter. In the request body, provide the sourceId and set isShippingSameAsBilling to true in the request body.
The subscription's ID.
Payment option id
The shipping address of subscription should be updated same as billing address. The default value is true.
Accepted
This method links a new payment source as a new billing option. Include the subscription's ID in the {subId} URI path parameter. In the request body, provide the sourceId and set isShippingSameAsBilling to true in the request body.
The subscription's ID.
Payment source id
The shipping address of subscription should be updated same as billing address.The default is true.
Accepted