Integrations
Integrations and connectors
Connector guides for ERPs, banking sources, and upstream systems.
Taxpoynt connects upstream ERPs, POS systems, and banking sources through connector adapters that normalize data into the canonical SI payload. Each connector is scoped per environment with redacted secrets, audit logs, and the same retry/callback guarantees as direct API submissions.
Common connector capabilities
- Per-environment enable/disable flags and config (sandbox vs production).
- Health pings and registry view (
GET /si/connectors/registry,POST /si/connectors/:id/health). - Optional sync operations with cursor support where available.
- DLQ + replay for failed ingest and callbacks.
Odoo ERP connector
Use the Odoo connector to preview and map invoices before sync. View the Odoo mapping guide.
- Test connectivity (
POST /si/connectors/odoo/test-connection). - Store config securely (
POST /si/connectors/odoo/config). - Preview invoices (
POST /si/connectors/odoo/test-fetch) and sync (POST /si/connectors/odoo/syncor/si/connectors/odoo/sync-stored).
Mono banking connector
Use the Mono connector to classify eligible business transactions and convert them into draft invoices with audit trails. Payment evidence is not an invoice until confirmed. View the Mono banking guide.
- Create widget links and exchange codes (
POST /si/mono/widget-link,POST /si/mono/exchange). - Receive signed webhooks (
POST /si/mono/webhook) and monitor status (GET /si/mono/webhook-status). - Configure business floor, reference regex, and allow/deny lists.
Custom ERP and POS systems
If you have a custom ERP, POS, or billing system, connect via the SI API and we can enable a tailored adapter. Talk to integrations.
- Canonical ingest:
POST /si/invoices. - Optional idempotency keys and callbacks for async updates.