v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRecurring charge plans
Get recurring charge plan
Gets a recurring charge plan by its ID.
NOTE: This endpoint requires an account token — an access token encoded with an account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.
get/v1/recurring-charge-plans/{recurring_charge_plan_id}
Path parameters
recurring_charge_plan_idinteger required
Example:98660282
ID of the recurring charge plan
Headers
x-cidstring
The Correlation IDentifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header from an API endpoint call.
If this field isn't passed, one is automatically generated.
Response
OK - Indicates that the server accepted the request and found the plan.
Example response
{
"recurring_charge_plan_id": 115563,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"processing_code": "99066",
"installment_amount": 10.9,
"secondary_processing_code": "99067",
"number_of_cycles": 12,
"first_cycles_to_discount": 3,
"discount_percentage": 50,
"minimum_spend_to_charge": 100,
"renew_method": "WITH_DISCOUNT",
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"cid": "3ea22692-a209-11eb-89a2-f73e179dcbc2",
"created_at": "2024-09-12T16:46:16.43663522"
}