Last updated 8 months ago
This will get all pending action of subscription by subscription id
/v1/subscriptions/{subId}/pending-actions
Subscription Id
Basic authorization (dispatch Key and Secret) or Full access token
curl -L \ --url 'https://api.digitalriver.com/v1/subscriptions/{subId}/pending-actions' \ --header 'token: text'
{ "subscriptionId": "text", "actions": [ { "action": { "ACTIVATE": "text", "EXPIRATION_DATE": "text", "CANCEL": "text", "PAYMENT_OPTION": "text", "PAYMENT_SOURCE": "text", "RENEWAL_PRICE": "text", "RENEWAL_TYPE": "text", "RENEWAL_PRODUCT": "text", "RENEWAL_QUANTITY": "text", "REDUCE": "text", "DOWNGRADE": "text", "PERPETUAL_PRICE": "text", "SHIP_TO_ADDRESS": "text", "REFERENCE_ID": "text" }, "receivedTime": "text" } ] }