API changes for January 26, 2026
bankName added to transfers query endpoints
We’ve added the bankName field to transfer-related query endpoints. This field returns the name of the bank associated with the transfer’s bank account.
The following endpoints now include bankName in their responses:
Documentation: outbound transfer query endpoints
As part of an ongoing effort to better align the documentation with the API, we’ve added missing documentation for three Pay Out query endpoints that retrieve outbound transfer data.
GET /Query/transfersOut/org/:orgId
Query outbound transfers for an organization. Returns a paginated list of transfers with summary information including transfer amounts, status, and associated paypoint details.
See Get list of outbound transfers for an organization for more information.
GET /Query/transfersOut/:entry
Query outbound transfers for a specific paypoint. Returns the same transfer data scoped to a single paypoint.
See Get list of outbound transfers for a paypoint for more information.
GET /Query/transferDetailsOut/:entry/:transferId
Query detailed information for a specific outbound transfer, including individual transaction records, vendor information, bills, and payment data.
See Get outbound transfer details for more information.