Changing the subscription's payment option
Learn how to change the subscription's payment option.
curl --location --request POST 'https://<<host>>/v1/subscriptions/{subscriptionId}/payment-option' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ***' \
--data-raw '{
"paymentOptionId": "23443434343434",
"isShippingSameAsBilling": true
}'Last updated