List banking API payments

Read only
These 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/paymentssee the operation page

Parameters

ParameterTypeRequiredDescription
accountTypestring (IBAN)Identifier scheme (IBAN)
accountValuestringyesAccount identifier (IBAN)
dateFromstringFrom, RFC 3339 (2026-01-01T00:00:00Z)
dateTostringTo, RFC 3339
statusstring (pending | processing | confirmed | posted | failed)Public payment status
currencystringISO 4217 currency (CRC, USD)
paymentMethodCodestring (PIN | SINPE_MOVIL)Payment method
directionstring (OUT | IN)OUT = sent, IN = received
clientReferencestringMerchant reference
limitintegerPage size, 100 maximum (20 by default)
cursorstringCursor from the previous page
assignmentIdstringBanking 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

View as raw Markdown