Reports API help you keep on top of your data and streamline your reporting, In the list below you can find a list of available reports:
- Card orders API
- Chargebacks API
- Card fraud alerts API
- APM Orders API
- PayPal disputes API
- Subscriptions API
- Financial entries API
The reports API includes pagination functionality for handling cases where the requested number of entities is limited (2k) within a specific time interval. If the number of entities exceeds this limit, the API returns a unique hash called next_page_iterator in the response, which can be used to retrieve additional data.
If the next_page_iterator is null, it means that all available data has already been returned, and no further requests are necessary. However, if the field is not empty, the merchant must include the next_page_iterator as a parameter in a new request to fetch the next page of data.
Related articles FAQ