API & Webhooks
Intégrez Factura.e à votre ERP, CRM ou outils internes
Clés API
| Nom | Clé | Créée | Dernière utilisation | |
|---|---|---|---|---|
| Production | pk_live_•••••••• | 2026-02-12 | il y a 3 min | |
| Sandbox | pk_test_•••••••• | 2026-02-12 | il y a 1h |
Webhooks
https://erp.entreprise.fr/hooks/factura
invoice.paid, invoice.rejected
https://relay.zapier.com/hooks/xx
invoice.received
Exemple : créer une facture
POST https://api.factura.e/v1/invoices
Authorization: Bearer pk_live_...
{
"client": { "siren": "789124553" },
"lines": [
{ "label": "Conseil", "quantity": 4, "unit_price": 720, "vat": 20 }
],
"format": "facturx",
"due_date": "2026-06-14"
}