Automated Merchant Onboarding
The Launch Integrator Setup API provides a lightweight way to add new merchants to the Xplor Pay platform. You post merchant data to Xplor Pay, which handles the onboarding user experience (for example, emailing setup links). You can also retrieve an existing merchant’s details.
Base URLs
Environment
URL
Sandbox
https://boarding-sb.clearent.net/
Production
https://boarding.clearent.net/
Headers
Content-Type: application/json
Accept: application/json
AccessKey: Secret access key issued by Xplor Pay
MerchantId: Id of the merchant
Available Endpoints
Retrieve a Merchant:
GET /api/launchIntegratorSetup/v1.0/integrateMerchant/merchants/{merchantNumber}
Create a New Merchant:
POST /api/launchIntegratorSetup/v1.0/integrateMerchant/{hierarchyNodeKey}
Path Parameters
Name
Data Type
Required?
Description
merchantNumber
String
Required
Merchant number
hierarchyNodeKey
String
Required
Hierarchy Node Key
Last updated
Was this helpful?