Subscriptions
Deactivate subscription
Use this method to deactivate a subscription.
To deactivate 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 stops taking payments from the customer.
To reactivate the subscription, use our Reactivate Subscription method.
post/processing-terminals/{processingTerminalId}/subscriptions/{subscriptionId}/deactivate
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 deactivated the subscription.