Get Plan
This API allows partners to retrieve details of a recurring 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/recurring-payments/plans/8049a73c-2ac4-431c-b9a0-2e60acd937eb' \
--header 'Authorization: Basic <API_KEY>'{
"plan_id": "8049a73c-2ac4-431c-b9a0-2e60acd937eb",
"name": "Basic",
"amount": 100.00,
"currency_code": "USD",
"billing_period": "MONTHLY",
"duration": 2,
"duration_unit": "MONTHS"
}Last updated