Last updated
Was this helpful?
This page describes the core standards that support the integration with our APIs. It covers supported data formats, HTTP methods, and security requirements for making secure and consistent API requests.
Each endpoint supports JavaScript Object Notation (JSON) for both request and response data.
Each endpoint supports the standard HTTP methods based on its purpose.
GET: Retrieves data.
POST: Creates a new resource or submit data for processing.
PUT: Updates an existing resource.
DELETE: Removes a resource.
Our APIs use Transport Layer Security (TLS) to protect the payment and merchant data.
Requests that use TLS versions earlier than 1.2 are blocked by the firewall.
Our APIs require an Access Key and API Key for authentication.
Contact Xplor Pay to get an Access Key and API Key.
An Access Key is required for:
You must include the required Access Key in the authentication headers of every request.
An API Key is required for Payments API.
You must include the required API Key in the authentication headers of every request.
Last updated
Was this helpful?
Was this helpful?

