Tax-Bridge Developer Docs¶
Tax-Bridge turns invoices from Xero, Odoo and any POS into legally fiscalized receipts — signed in real time by a tax authority's TaxCore V-SDC, complete with the official journal, QR code and verification URL.
You integrate once, against one canonical API. Tax-Bridge handles the TaxCore-specific protocol, per-shop certificates, idempotent retries and audit storage.
Where to start¶
- Quickstart — fiscalize your first invoice in minutes.
- Authentication — API keys and tenancy.
- Fiscalize an invoice — the canonical request and the async result contract.
- Webhooks — receive the fiscal result asynchronously.
- Errors & idempotency — retries that never double-fiscalize.
- API Reference — the full interactive OpenAPI reference.
Core ideas¶
| Concept | What it means |
|---|---|
| Bridge is the product | Tax-Bridge carries the accreditation; your connector stays thin. |
| Tax-inclusive prices | Line prices include tax; the tax label tells the SDC the embedded rate. |
| Verbatim journal | The SDC's Chapter-8 textual receipt is stored and rendered byte-for-byte. |
| Exactly-once | A stable 32-hex request id makes every submission idempotent. |
Try it now
The live demo fiscalizes a real invoice against the Vanuatu sandbox — no signup required.