Quick Start
This page helps you set up recurring payments to create customers, store customers information, generate customer tokens, and schedule automated recurring payments according to your specified schedule.
About Xplor Pay Recurring Payments
The Xplor Pay Recurring Payments Engine securely stores customer information, including email address, billing address, first name, and last name.
The Recurring Payments API provides:
Create customers and customer tokens for payment processing.
Schedule payment plans at various frequencies.
Automatically process payments according to the defined schedule.
Prerequisites
To leverage Xplor Pay Recurring Payments, ensure the following prerequisites are met:
✅ Active Xplor Pay account.
✅ API access key issued to you by Xplor Pay.
Create a Customer Payment Token
To create a payment token for the customer:
Use the POST method.
Include the customer key in the request header for authentication.
Send the request to the
/rest/v2/customers/{customerKey}/tokensendpoint URL with required fields.
The success response returns the customer payment token and card details.
Create a Recurring Payment Plan
To create a payment plan:
Use the POST method.
Send the request to the
/rest/v2/payment-plansendpoint URL with required fields.
The success response returns the plan-key for specified date range payment frequency that confirm the Recurring Payment plan is created and activated for the customer.
Last updated
Was this helpful?

