Getting Started
The Reporting API offers a comprehensive suite of merchant-related reports, organised into two categories: standard and enhanced. These reports cover key areas of merchant operations, including merchant profiles, transactions, disputes and chargebacks, financial records, support cases and other related data.
Environments
Xplor Pay provides two environments for testing and production use:
Integration (INT) — for building and validating your integration
Production (live) — for managing live dispute cases
Both environments accept authenticated JSON requests over HTTPS using secure HTTP methods and headers.
All new software partners will be onboarded to the INT environment. The current legacy sandbox environment will be retired on 31 March 2026.
Integration environment
Use the integration environment to test your API implementation before going live. This environment simulates real API behavior for functional testing.
Set the base URL too:
https://boarding-int.clearent.net/Include your sandbox Access Key in the request header.
All requests must use secure HTTPS and JSON format.
Production environment
Use the production environment when your integration is ready to access live reporting data.
Set the base URL to:
https://boarding.clearent.net/Include your production Access Key in the request header.
Use HTTPS and JSON for all production requests.
Authentication
Authenticate each API request using the following HTTP header fields:
The following table describes the required fields in an HTTP header:
Content-Type
String
Required
The media type of the request body. Use application/json.
Accept
String
Required
The expected response format. Use application/json.
AccessKey
String
Required
The secret access key issued by Xplor Pay for authenticating API requests.
ReplaceSecret access key issued by Xplor Pay with your actual API access key.
Obtaining an Access Key
Your secret Access Key is issued by Xplor Pay. Our integration support team provides hands-on assistance throughout the testing and certification process.
To obtain your Access Keys:
Request sandbox credentials Contact Xplor Pay Integration Support to request a sandbox Access Key. This key allows you to build, test, and validate your API integration safely in the sandbox environment.
Complete testing and certification Once your integration has been validated and approved, Xplor Pay will provide production credentials.
Receive production credentials You’ll receive your production Access Key for use in the live environment. Keep this key secure — it should never be shared or exposed publicly.
Last updated
Was this helpful?

