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

All of our endpoints require the use of the secure protocol HTTPS and an HTTP header containing a secret access key provided by Xplor Pay.

Last updated

Was this helpful?