Connecteurs ERP & API Developer PlaygroundBidirectional Sync

Synchronisation automatique des écritures comptables avec Odoo, Dolibarr, Sage 100c et SAP, et console d'exécution d'API Webhooks.

Chargement des connecteurs ERP...

Developer REST API & Webhook Playground

API OpenAPI v1.0.0
curl -X POST https://finance.calcul.ma/api/v1/workflow/execute-payment \
  -H "Authorization: Bearer fos_live_9a8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d3e2f1a" \
  -H "Content-Type: application/json" \
  -d '{
    "invoice_number": "FAC-2026-9901",
    "supplier_name": "Société Distribution Maroc SARL",
    "amount": 145000.0,
    "payment_method": "Virement"
  }'