This API endpoint is required for suspend a specific buyer’s subscription.
For example:
active (or any other status) to suspended.suspended status is final, once a subscription is suspended, it cannot be moved to another status.suspended, all payment methods for the buyer are disabled."Manually suspended subscription".After the request is processed, the subscription is moved to the suspended status and the status 204 is returned without any data indicating the successful completion of the request.
{
"uuid": null,
"message": "Subscription is disabled",
"code": 3000,
"traceId": "aa31f50f39d1618651ae70ced2ca7f33"
}{
"uuid": null,
"message": "Subscription is suspended",
"code": 3000,
"traceId": "b3d1dcf8836ba70c70e2bdcf774c3484"
}The list of possible errors for this endpoint, along with their types and interpretation, is provided in the general reference: Endpoint response errors.