Standard Reporting

The Stansard Reporting API provides access to various merchant-related data points, enabling users to retrieve detailed information about merchants, their transactions, financial activities, and support cases.

Base URLs

Environment
URL

Production

https://boarding.clearent.net/data/api/v1

Headers

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

Available Endpoints

  • Retrieve a List of Merchants and Details: GET /standard/merchants

  • Retrieve Merchants’ Current Pricing: GET /standard/merchantCurrentPricing

  • Retrieve Merchants’ Disputes: GET /standard/merchantDisputes

  • Retrieve Merchants’ Cases: GET /standard/merchantCases

  • Retrieve Merchants’ Bank Deposits: GET /standard/merchantBankDeposits

  • Retrieve Merchants’ Transactions: GET /standard/merchantTransaction

All endpoints support common parameters like sortBy, pageNumber, and pageSize for result pagination and sorting, with a maximum of 10,000 results per page.

Last updated

Was this helpful?