Find a payment

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_search_payment

Finds a payment inside an account by exactly one of: paymentId (UUID), publicId (number) or clientReference. Sending more than one returns an error.

API operation: POST /api/public/v1/transactions/payments/searchsee the operation page

Parameters

ParameterTypeRequiredDescription
accountTypestring (IBAN)Identifier scheme (IBAN)
accountValuestringyesAccount identifier (IBAN)
paymentIdstringInternal payment UUID
publicIdstringNumeric public identifier
clientReferencestringMerchant reference
assignmentIdstringBanking API context (assignment); only needed when there are several

Returns

{ result }

result = the banking API response as returned.

Last verified: 2026-09-03 · Owner: equipo-integraciones

View as raw Markdown