Bank feeds, card payments, accounting migration, email delivery and AI document capture — all native, all reconciled into a single ledger. No middleware, no zaps, no spreadsheet exports.
Banking
Live bank feeds across the EU and UK, PSD2-authorised account-to-account reads, and direct-debit mandate management.
Payments
Take card payments on invoices, sync payouts, and reconcile fees automatically. Supports Apple Pay, Google Pay and SCA-compliant 3DS.
Payments
Collect recurring euro payments with mandate capture, pre-notifications and failure handling — backed by GoCardless.
Accounting
One-click migration: import your chart of accounts, customers, suppliers, invoices and historical transactions in minutes.
Accounting
Two-way sync of contacts, invoices, bills and bank transactions. Choose Accel Books or Xero as the system of record.
Accounting
Migration-grade importer for UK and Irish Sage customers — preserves audit trail, VAT codes and posting periods.
Communication
Branded transactional email for invoices, payment reminders and statements, with DKIM/SPF/DMARC out of the box.
Communication
Send invoices from your own mailbox, then capture replies into the AI Document Inbox automatically.
Documents
Forward supplier PDFs to a dedicated address — we extract line items, VAT, due dates and route them to approval.
Documents
Auto-archive every issued invoice, statement and signed document to your existing storage with the same folder taxonomy you already use.
Documents
Look up Irish and UK companies, pre-fill registered addresses and director details when creating contacts.
AI
Powers the Finance Copilot, AI Document Inbox and the agent team — no third-party model keys required.
How integrations work
Sign in with the upstream provider once. We store OAuth tokens encrypted per tenant and rotate them automatically.
Pick which Accel Books accounts, contacts or tax codes the integration should write to. Sensible defaults are pre-selected.
Feeds run continuously. Matches happen against open invoices and bills, and exceptions land in a single review queue.
Build your own
Every invoice, payment, bank transaction and AI agent event is available through a JSON API authenticated with scoped API keys. Webhooks are signed with HMAC-SHA256 and replayable from the dashboard so you never lose an event during downtime.
POST /v1/invoices
Authorization: Bearer sk_live_…
Idempotency-Key: inv_2026_03_142
{
"contact_id": "ct_8f3a…",
"currency": "EUR",
"due_date": "2026-04-15",
"items": [
{ "description": "Advisory · March",
"quantity": 8,
"unit_price": 145.00,
"tax_rate": 23 }
]
}
→ 201 Created
{
"id": "inv_01HZP…",
"number": "INV-2026-0142",
"subtotal": 1160.00,
"tax_total": 266.80,
"total": 1426.80,
"status": "draft"
}Missing something?
We ship the integrations our customers actually ask for. Drop a note and we’ll keep you in the loop when we start scoping it.