Changing the subscription's payment source
Learn how to change the subscription's payment source.
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/payment-source' \
--header 'Authorization: Bearer {Your_Access_Token}' \
--data-raw '{
"sourceId": "{Your_New_Payment_Source_ID}",
"isShippingSameAsBilling": true
}'Last updated