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
Get Merchant Profiles:
GET /data/api/v1.0/standard/merchantsGet Current Pricing Configuration:
GET /data/api/v1.0/standard/merchantCurrentPricingGet List of Merchant Disputes:
GET /data/api/v1.0/standard/merchantDisputesGet List of Cases:
GET /data/api/v1.0/standard/merchantCasesGet Bank Deposit Records:
GET /data/api/v1.0/standard/merchantBankDepositsGet Transaction Records:
GET /data/api/v1.0/standard/merchantTransactionsGet Merchant Closed Batches:
GET /data/api/v1.0/standard/merchantClosedBatchesGet Merchant Card Transaction:
GET /data/api/v1.0/standard/merchantCardTransaction
Notes:
All endpoints support common query parameters, including
sortBy,pageNumber, andpageSize, which help with sorting and paginating results.For reports that support date-based query parameters, use the following limitations:
To retrieve report data at the partner or portfolio level (using HNK), limit the date range to a single day.
To retrieve report data at an individual merchant level (using MID), limit the date range to a maximum of 31 days.
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?

