Get Subscription
This API allows partners to retrieve details of a subscription payment plan given its ID.
Retrieve details for a Recurring Payment Plan given its ID
Path Parameters
Name
Type
Description
Field Name
Type
Description
Required?
curl --location --request GET '<API_HOST>/api/merchant/2be66e67-88a7-4e04-985d-0a1cfb0a648c/recurring-payments/subscriptions/e90c1de6-4e87-4c9e-bcbc-c535d6e349ec' \
--header 'Authorization: Basic <API_KEY>'{
"merchant_id": "1cc7b594-b80f-4227-a0fa-299c4c6ce8ab",
"data": {
"subscription_id": "a65ju",
"subscription_status": "ACTIVE",
"plan_id": "wlx57",
"plan_name": "Basic",
"amount": 100.00,
"currency_code": "USD",
"frequency": "MONTHLY",
"installment_count": 2,
"start_date": "2023-09-10T00:00:00.000Z",
"created_date": "2023-09-08T00:00:00.000Z"
}
}Last updated