Build with InvoTax.
Connect any finance system in one of three ways — no rip-and-replace. Pick what fits each platform; mix them across a group.
Embed snippet
Webhook
REST API
Embed snippet
<script src="https://cdn.invotax.qa/embed.js"
data-client="acme-trading"
data-key="pk_test_••••"
data-system="odoo"></script>REST API
curl -X POST https://api-invotax.idealsolutions-apps.com/v1/documents \
-H "Authorization: Bearer sk_live_••••" \
-H "Content-Type: application/json" \
-d '{"type":"INVOICE","issuedAt":"2027-01-14T09:00:00+03:00",
"buyerName":{"en":"Acme","ar":"Acme"},
"lines":[{"description":"Steel","quantity":"3","unitPrice":"7800.00"}]}'Core endpoints
| POST | /v1/documents | Create an invoice, credit/debit note, or simplified document |
| POST | /v1/integrations/ingest | Inbound record from a connected system |
| GET | /v1/tax/summary | Computed GTA tax for a period |
| GET | /v1/reports/categories | Categorized totals across systems |
