Provider API - Retrieve a subscription
Less than to read
To retrieve the current status and other information about a subscription that relates to your provider, you can send a GET request to the Payments Out provider API with the subscriptionId of the subscription like:
{GET}
api-provider-v1/subscriptions/{subscriptionId}
where the {subscriptionId}
is the guid of the subscription that you want to retrieve information about.
For more details such as which headers are required on the request and an example response for this request, see the following page: Provider API - Retrieve a subscription