Getting a subscription's pending actions
Learn how to get a subscription's pending actions.
Last updated
Was this helpful?
Learn how to get a subscription's pending actions.
Last updated
Was this helpful?
Our Digital River Commerce API allows you to examine the pending actions for a specific subscription. This document explains how to effectively use the API to retrieve such information, ensuring the status of your subscriptions is up to date.
To retrieve a subscription's pending actions in Digital River's API, send a request and include the {subscriptionId}
you want to query. Ensure you have the necessary authorization header included in your request.
Here's an example using cURL:
The server responds with a 202 Accepted
status code, indicating your request to retrieve the pending actions for the specified subscription ID, was accepted and is being processed.