Skip to main content

Cancel subscription

METHODURL
POST/subscriptions/{subscriptionId}/cancel
EXAMPLEhttps://test.api.macropay.com/v2/subscriptions/{subscriptionId}/cancel

Endpoint to cancel a subscription.

REQUEST BODY EXAMPLE - CANCEL SUBSCRIPTION

{
"cancellationDetail”: "Testing cancellation"
}

SUCCESS RESPONSES - CANCEL SUBSCRIPTION PAYMENTS

HTTP CODEDESCRIPTION
200Subscription has been cancelled and the response is in the body in JSON format.

SUCCESS RESPONSE EXAMPLE - CANCEL SUBSCRIPTION

{
"id": "0195146b-fb77-73b4-bb92-ba8bc2180433",
"planId": "4aa7c1e4-cf8c-4d1c-a6ad-451dd07411ee",
"status": "cancelled",
"cycle": 1,
"cancellation": {
"reason": "merchant_api",
"detail": "Testing cancellation",
"requestedAt": "2025-02-17T15:07:14.095549Z"
},
"createdAt": "2025-02-17T15:00:12.491953Z",
"modifiedAt": "2025-02-17T15:07:14.095555Z"
}

ERROR RESPONSES - CANCEL SUBSCRIPTION

HTTP CODEERROR CODEERROR MESSAGEDESCRIPTION
5000900Internal Server ErrorThe server experienced an unexpected error.
4040020Subscription not foundSubscription %s not found