Manage the payment option or source
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
Update the subscription's shipping address to match the 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
Update the subscription's shipping address to match the billing address.The default is true.
Accepted