Tous les outils

Finance · validate_iban

Valider un IBAN

Valide un IBAN et signale un changement suspect.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
ibansarrayBatch: the FULL list of IBANs to check in one call (preferred whenever there is more than one). When provided, the top-level single fields are ignored.
ibanstringIBAN to validate (spaces allowed). Never stored raw — only its SHA-256 hash.
counterpartystringSupplier or customer name — the baseline is kept per counterparty
invoiceIdstringUUID of the invoice being processed (from parse_invoice). The hash is saved on it and it is excluded from its own baseline.

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"validate_iban","input":{"ibans":[],"iban":"…","counterparty":"…","invoiceId":"…"}}'
$run({ "tool": "validate_iban", "input": {"ibans":[],"iban":"…","counterparty":"…","invoiceId":"…"} })