Changing the subscription renewal price
Learn how to change the subscription renewal price.
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/renewal-price' \
--header 'authorization: Basic ***\
...
--data-raw '{
"renewalUnitPrice" : 4
}'PreviousChanging the subscription renewal productNextChanging the subscription's external reference identifier
Last updated