Changelog
Changelog
Change Log
This page tracks feature additions and breaking changes for the Reporting section. Add new entries at the top of the table whenever an endpoint, parameter, or response field is introduced or modified.
24 Jul 2025
Payment-history endpoints now use GET
(breaking)
/Partners/{id}/payments
, /Merchants/{id}/payments
, and /Terminals/{id}/payments
all switch from POST to GET.• No request body—filters stay in the query string.• Updated cURL / code samples and the “Pagination & Sorting” page.• “How it works” step 1 on the main Reporting page now says “sends a GET request.”
24 Apr 2025
Initial release of Reporting endpoints
Added /Partners/{id}/payments
, /Merchants/{id}/payments
, and /Terminals/{id}/payments
. Introduced shared query parameters (page
, pageSize
, sortBy
, sortDirection
, fromDate
, toDate
, status
).
Last updated