Changing the subscription renewal price

Learn how to change the subscription renewal price.

The following POST /v1/subscriptions/{subscriptionId}/renewal-price request changes the subscription renewal price. You must provide the subscriptionId and specify the renewalUnitPrice. See the Renewal-price resource for more information.

curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/renewal-price' \
--header 'authorization: Basic ***\
...
--data-raw '{    
"renewalUnitPrice" : 4
}'

You will receive a 202 Accepted response.

Last updated