Finance · reconcile_bank_statement
Rapprochement bancaire
Rapproche les transactions bancaires des factures.
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| bankAccountId * | string | Bank account identifier (any stable label, e.g. "BNP-courant") |
| fromDate * | string | Start date for transactions (ISO 8601) |
| toDate | string | End date for transactions (ISO 8601, defaults to today) |
| transactions | array | Statement lines to import before reconciling — the FULL statement in one call. Lines already imported (same account, date, label, amount) are skipped. |
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":"reconcile_bank_statement","input":{"bankAccountId":"…","fromDate":"…","toDate":"…","transactions":[]}}'$
run({ "tool": "reconcile_bank_statement", "input": {"bankAccountId":"…","fromDate":"…","toDate":"…","transactions":[]} })