Batches

The Batches API lets you retrieve details about your current open transaction batches and close them when needed.

Base URLs

Environment
URL

Sandbox

https://gateway-sb.clearent.net/rest/

Production

https://gateway.clearent.net/rest/

Headers

Content-Type: application/json
Accept: application/json
AccessKey: Secret access key issued by Xplor Pay

Available endpoints

  • Get Open Batch:

    • GET /rest/v2/batches/open

    • GET /rest/v1/batches/open

  • Close Open Batch:

    • PUT /rest/v2/batches/open

    • PUT /rest/v1/batches/open

Last updated

Was this helpful?