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
| Champ | Type | Description |
|---|---|---|
| ibans | array | Batch: 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. |
| iban | string | IBAN to validate (spaces allowed). Never stored raw — only its SHA-256 hash. |
| counterparty | string | Supplier or customer name — the baseline is kept per counterparty |
| invoiceId | string | UUID 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":"…"} })