Standard Reporting
The Standard 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.
Available Endpoints
Retrieve a List of Merchants and Details:
GET /standard/merchantsRetrieve Merchants’ Current Pricing:
GET /standard/merchantCurrentPricingRetrieve Merchants’ Disputes:
GET /standard/merchantDisputesRetrieve Merchants’ Cases:
GET /standard/merchantCasesRetrieve Merchants’ Bank Deposits:
GET /standard/merchantBankDepositsRetrieve Merchants’ Transactions:
GET /standard/merchantTransaction
Notes:
All endpoints support common query parameters, including
sortBy,pageNumber, andpageSize, which help with sorting and paginating results.To improve performance and reduce the risk of timeouts when retrieving large datasets, we recommend that integrators include
pageNumberandpageSizein their requests. The maximum number of results per page is 10,000.
Last updated
Was this helpful?

