Subscriptions
Re-activate subscription
Use this method to reactivate a subscription.
To reactivate a subscription, you need its subscriptionId, which you sent in the request of the Create Subscription method.
Note: If you don't have the subscriptionId, use our List Subscriptions method to search for the subscription.
If your request is successful, our gateway restarts taking payments from the customer.
To deactivate the subscription, use our Deactivate Subscription method.
post/processing-terminals/{processingTerminalId}/subscriptions/{subscriptionId}/reactivate
Path parameters
processingTerminalIdstring required
Unique identifier that we assigned to the terminal.
subscriptionIdstring required
Unique identifier that the merchant assigned to the subscription.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. We re-activated the subscription.