Integrez la facture electronique dans votre ERP existant. Envoyez du JSON, recevez un XML signe + PDF en retour.
$ curl -X POST \
https://efacturetn.com/api/v1/einvoices/process \
-H "X-Api-Key: sk_live_xxx" \
-H "Content-Type: application/json" \
-d '{ "invoice_number": "F-001",
"client": { "tax_id": "1234567X" },
"items": [...] }'
// Reponse (~5 sec)
{
"status": "signed",
"ttn_ref": "TTN-2026-XXXXX",
"xml": "base64...",
"pdf": "base64..."
}
Vous envoyez, on s'occupe de tout
Un prix par facture, pas de frais caches
XAdES conforme avec certificat tunisien. Nous signons ou vous signez.
Soumission directe avec retry intelligent si TTN indisponible.
PDF professionnel avec QR code de verification genere automatiquement.
Chaque facture archivee conformement a la legislation tunisienne.
Verifiez vos factures avant signature. 0 credit, 0 rejet TTN.
Taux de succes, credits, erreurs et latence dans votre console.
Notification sur votre URL callback a chaque facture signee ou rejetee.
Recapitulatifs trimestriels : TVA, RS, fichier TEJ pret a deposer.
Sandbox gratuit et illimite pour tester, puis production quand vous etes pret.
// Authentification
X-Api-Key: sk_live_xxxxx
// Integrite (optionnel)
X-Signature: HMAC-SHA256...
X-Timestamp: 1774186035
// Content
Content-Type: application/json
Creez votre compte API en 1 minute. Recevez votre cle test et commencez a integrer immediatement.
Creer mon compte API$ curl https://efacturetn.com/api/v1/status
{
"success": true,
"data": {
"status": "operational",
"version": "1.0.0"
}
}
Notre equipe prend en charge l'integration dans votre systeme existant, quelle que soit la technologie (SAP, Odoo, Sage, logiciel maison). Sur devis.
Tarification sur mesure selon votre volume. Reponse sous 24h.