Subscription Status Endpoint
This documentation details the endpoint used to retrieve the current status and information of existing subscriptions in our system.
Overview
Endpoint
This endpoint retrieves the details of a specific subscription by ID.
Path parameters
subscription_idinteger · int64RequiredExample:
Unique numeric identifier of the subscription to retrieve.
219Header parameters
Content-TypestringRequiredDefault:
Media type of the body sent to the API.
application/jsonX-Datestring · date-timeRequired
ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)
X-LoginstringRequired
Merchant X-Login API Key.
AuthorizationstringRequired
Authorization control hash.
X-Idempotency-KeystringOptional
Unique idempotency key for ensuring that the same request is not processed more than once.
Responses
200
Subscription details retrieved successfully
application/json
420
Subscription does not exist
application/json
500
Generic Error
application/json
get
/v3/subscriptions/{subscription_id}Request Parameters
Parameter
Type
Required
Description
Response
Success Response
Response Fields
Field
Type
Description
Error Responses
Subscription Statuses
Status
Description
Webhook Notifications and Payment Flow
Complete Notification Flow
Example Flow
Last updated
Was this helpful?

