paymentPlans
Retrieve payment plan
Use this method to retrieve information about a payment plan.
To retrieve a payment plan, you need its paymentPlanId. Our gateway returned the paymentPlanId in the response of the Create Payment Plan method.
Note: If you don't have the paymentPlanId, use our List Payment Plans method to search for the payment plan.
Our gateway returns the following information about the payment plan:
- Name, length, and currency of the plan
- How often our gateway collects each payment
- How much our gateway collects for each payment
- What happens if the merchant updates or deletes the plan
get/processing-terminals/{processingTerminalId}/payment-plans/{paymentPlanId}
Path parameters
processingTerminalIdstring required
Unique identifier that we assigned to the terminal.
paymentPlanIdstring required
Unique identifier that the merchant assigned to the payment plan.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested payment plan.