Banking API payments analyst
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_analyze_payments
Analyses, read only, the payments of an account in a date range and returns a natural-language report: success, failures, reversals, net amounts and recommendations. It runs a language model over the computed figures.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountType | string (IBAN) | — | Identifier scheme (IBAN) |
accountValue | string | yes | Account identifier (IBAN) |
dateFrom | string | yes | From, RFC 3339 |
dateTo | string | yes | To, RFC 3339 |
currency | string | — | ISO 4217 currency |
direction | string (OUT | IN) | — | OUT = sent, IN = received |
question | string | — | Specific focus for the analysis |
maxItems | integer | — | Maximum payments to analyse, between 1 and 1000 (300 by default) |
assignmentId | string | — | Banking API context (assignment); only needed when there are several |
Returns
{ summary }
summary carries account, range, totals {count, succeeded, failed, reversed, pending, successRate}, byCurrency with succeededAmount, reversedAmount, netAmount and averageTicket, failureReasons and sample. The written report comes in the text. With no payments in the range it says so and does not analyse.
Last verified: 2026-09-03 · Owner: equipo-integraciones