Required Scopes
Required Scopes
Cancel a subscription
To cancel an active subscription, make aPOST request to /payments-subscriptions/2027-03-beta/subscriptions/crm/{objectId}/cancel, where objectId is the CRM object ID of the subscription.
No request body is required. A successful response returns 200.
Pause a subscription
To pause an active subscription, make aPOST request to /payments-subscriptions/2027-03-beta/subscriptions/crm/{objectId}/pause, where objectId is the CRM object ID of the subscription.
No request body is required. A successful response returns 200.
Unpause a subscription
To resume a previously paused subscription, make aPOST request to /payments-subscriptions/2027-03-beta/subscriptions/crm/{objectId}/unpause, where objectId is the CRM object ID of the subscription.
No request body is required. A successful response returns 200.