Get subscription
METHOD | URL |
---|---|
GET | /subscriptions/{subscriptionId} |
EXAMPLE | https://test.api.macropay.com/v2/subscriptions/{subscriptionId} |
Endpoint to get subscription information.
SUCCESS RESPONSES - GET SUBSCRIPTION
HTTP CODE | DESCRIPTION |
---|---|
200 | Subscription information is provided in the body in JSON format. |
SUCCESS RESPONSE EXAMPLE - GET SUBSCRIPTION
{
"id": "0195146b-fb77-73b4-bb92-ba8bc2180433",
"planId": "4aa7c1e4-cf8c-4d1c-a6ad-451dd07411ee",
"status": "fulfilled",
"cycle": 0,
"createdAt": "2025-02-17T15:00:12.491953Z"
}
ERROR RESPONSES - GET SUBSCRIPTION
HTTP CODE | ERROR CODE | ERROR MESSAGE | DESCRIPTION |
---|---|---|---|
404 | 0020 | Subscription not found | Subscription %s not found |
500 | 0900 | Internal Server Error | The server experienced an unexpected error. |