Validate a banking API destination account

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_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/validatesee the operation page

Parameters

ParameterTypeRequiredDescription
accountTypestring (PHONE | IBAN)yesIdentifier scheme: PHONE for SINPE Móvil, IBAN for account.
accountValuestringyesE.164 phone number or IBAN
assignmentIdstringBanking 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

View as raw Markdown