Retrieving Reports

To retrieve reports from the Reporting API, you'll need to make HTTP GET requests to the appropriate endpoints.

GET /data/api/v1/{categoryName}/{reportName}

Parameters

  • {categoryName} – The category or group under which the report is organized.

  • {reportName} – The name of the report to retrieve.

Endpoints

Report Name
Endpoint

Merchant Information

/standard/merchants

Merchant Current Pricing

/standard/merchantCurrentPricing

Merchant Disputes

/standard/merchantDisputes

Merchant Cases

/standard/merchantCases

Merchant Bank Deposits

/standard/merchantBankDeposits

Merchant Transactions

/standard/merchantTransactions

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?