Updating the subscription's payment option
Learn how to update the subscription's payment option.
Use the
POST /v1/subscriptions/{subscriptionId}/payment-option
request to associate a new billing option with an existing subscription by payment option. cURL
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}>/payment-option' \
--header 'authorization: bearer ***\
...
--data-raw '{
"paymentOptionId": "string",
"isShippingSameAsBilling": true
}'
You will receive a
202 Accepted
response.