Authentication
All Xplor Pay API requests require authentication through the following HTTP headers:
Base Headers
Content-Type: application/json
Accept: application/json
AccessKey: Secret access 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
Your secret access key is issued by Xplor Pay during the onboarding process. Contact your Xplor Pay representative or support team to obtain your unique access key.
Note: The secret access key you use will be different depending on which environment you are pointed to (e.g., sandbox vs. production).
Last updated
Was this helpful?