Last updated
Was this helpful?
The Recurring Payments engine securely stores customer information, including e-mail address, billing address, first name, and last name.
The Recurring Payments Service allows you to:
Create customers and customer tokens for future payment process.
Schedule payment plans at various frequencies.
Automatically process payments according to the defined schedule.
To process recurring payments, ensure you have following:
✅ An active Xplor Pay account.
Contact to Xplor Pay to create an active account.
✅ API access key issued to you by Xplor Pay.
Visit Let's Get Started - Xplor Pay to get API access key.
To create a customer:
Use the POST method.
Send the customer request to the Customer endpoint with required fields.
The success response returns the customer key in the customer-key field.
To create a customer token:
Use the POST method.
Include the customer-key in the request header for authentication.
See the customer-key field in the successful response from the create customer endpoint.
Send the request to the Customer Token URL with required fields.
The success response returns the customer payment token and card details.
To create a payment plan:
Use the POST method.
Send the request to the Payment Plans endpoint URL with required fields.
The success response returns the plan-key for specified date range payment frequency that confirm the payment plan is created and activated for the customer.
See Recurring Payments Service for more information.
Last updated
Was this helpful?
Was this helpful?

