GMS: Release notes 29-04-2025
by Tom BossinkWe released two new endpoints:
- Transaction:Browse; returns a list of transactions. This endpoints supports various filters to narrow search for transactions
- Transaction:Find; if you want to search a specific transactions. You can provide a needle. The API returns the transactions that match the
needlestring, which is applied to various fields such as the transation description, amount, date etc.
These new endpoints are in pilot phase, please contact your contact person within Pay if you want more information.
Smaller improvements:
- We noticed that some API's that supported pagination where not returning a
pagesobject. That has been fixed. All API's that support pagination are now returning apagesobject which returns the number of pages in the complete resultset. - In the Terminals:Get and Terminals:Browse endpoints we now return
"connectionStatus": "UNKNOWN"if we don't know the connectionStatus. - In the Clearings:Settlement endpoint we introduced a few new filters:
- settlementDate; filter your settlements on a date. You can use the equals (eq), greater then (gt), greater then or equals (gte), less then (lt) or less then or equal (lte) operators.
- turnoverGroup; filter your settlements on a certain turnovergroup. You can use the equals (eq) or not equals to (neq) operators.