List banking API payments
Read onlyThese tools are enabled on request and only work for users with Tilopay banking API credentials. They are not part of the default MCP access: Tilopay enables the group case by case. Requires: Credenciales del API bancario de Tilopay registradas por Tilopay para ese usuario.
Read only
baas_list_payments
Reads the payments of an owned account identified by IBAN, with date, status, currency, method and direction filters. Cursor pagination.
API operation: GET /api/public/v1/transactions/payments — see the operation page
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountType | string (IBAN) | — | Identifier scheme (IBAN) |
accountValue | string | yes | Account identifier (IBAN) |
dateFrom | string | — | From, RFC 3339 (2026-01-01T00:00:00Z) |
dateTo | string | — | To, RFC 3339 |
status | string (pending | processing | confirmed | posted | failed) | — | Public payment status |
currency | string | — | ISO 4217 currency (CRC, USD) |
paymentMethodCode | string (PIN | SINPE_MOVIL) | — | Payment method |
direction | string (OUT | IN) | — | OUT = sent, IN = received |
clientReference | string | — | Merchant reference |
limit | integer | — | Page size, 100 maximum (20 by default) |
cursor | string | — | Cursor from the previous page |
assignmentId | string | — | Banking API context (assignment); only needed when there are several |
Returns
{ result }
result = the banking API response as returned, with its pagination cursor.
Last verified: 2026-09-03 · Owner: equipo-integraciones