API Overview

The Xplor Pay API is a RESTful web service that provides a standardized interface for payment processing operations. All endpoints are designed following REST principles to ensure consistency and ease of integration.

Supported Data Format

All of our RESTful API endpoints support JSON (JavaScript Object Notation) for both request and response data.

HTTP Methods

Depending on the capabilities of each endpoint, you may have one or more supported HTTP methods:

  • GET: Retrieve data or information

  • POST: Create new resources or submit data

  • PUT: Update existing resources completely

  • DELETE: Remove resources

Security Requirements

  • Transport layer security All API endpoints require HTTPS with Transport Layer Security (TLS) version 1.2 or higher. Requests using earlier TLS versions are blocked by our firewall. Ensure your client environment or browser supports TLS 1.2 or above.

  • Authentication header Each request must include an HTTP header named AccessKey containing the secret access key issued by Xplor Pay. Requests without a valid access key are rejected.

Last updated

Was this helpful?