Banking API transfer status
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_get_transfer_status
Checks the current status of a transfer by its payment_id (read only).
API operation: GET /api/public/v1/transactions/payments/{payment_id} — see the operation page
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
paymentId | string | yes | Internal payment UUID |
assignmentId | string | — | Banking API context (optional) |
Returns
{ result }
result = current status of the transfer queried by its payment_id (status, result, amount, currency, destination and date).
Last verified: 2026-09-14 · Owner: equipo-integraciones