For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Core Standards

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.

Supported data format

Each endpoint supports JavaScript Object Notation (JSON) for both request and response data.

HTTP methods

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.

Security requirements

Our APIs use Transport Layer Security (TLS) to protect the payment and merchant data.

Authentication

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:

An API Key is required for Payments API.

Last updated

Was this helpful?