Validate a banking API destination account
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_validate_destination
Validates a destination account before transferring: PHONE for SINPE Móvil or IBAN for account transfer. Returns the holder name the bank confirms.
API operation: POST /api/public/v1/accounts/validate — see the operation page
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountType | string (PHONE | IBAN) | yes | Identifier scheme: PHONE for SINPE Móvil, IBAN for account. |
accountValue | string | yes | E.164 phone number or IBAN |
assignmentId | string | — | Banking API context (optional) |
Returns
{ result }
result = data the banking API returns about the destination account (holder, account type, currency and status) before sending a transfer. It does not move money.
Last verified: 2026-09-14 · Owner: equipo-integraciones