Authentication
All Xplor Pay API requests require authentication through HTTP headers. You can use either of the following authentication methods:
Base Headers
Content-Type: application/json
Accept: application/json
# Option 1: AccessKey Authentication
# Only required for the Boarding API, Reporting API, and Disputes API.
AccessKey: Secret access key issued by Xplor Pay
# Option 2: API Key Authentication
API-Key: Secret API key issued by Xplor Pay
Note: Some APIs require additional headers (e.g. merchantID
) beyond the base requirements. Refer to the respective API articles for details.
Obtaining Your Access Key
Xplor Pay issues your secret access key and API key during the onboarding process. To request your keys, contact your Xplor Pay representative or the Xplor Pay support team.
Note: Your keys are environment-specific. You will receive separate keys for the sandbox and production environments.
Last updated
Was this helpful?