Product · 12 features

Everything you need to keep books the FTA will love.

From bank sync to filed return in one product. No spreadsheets, no jargon, no after-hours panic.

01

Bank sync

Available now

Live read-only feeds from UAE banks. Every transaction lands categorized, with VAT calculated, ready to roll into your return.

Emirates NBD · last sync2 MIN AGO
Transactions imported · today14
Auto-categorized13 of 14
Awaiting review1
Average pull frequencyevery 15 min
  • Open-banking certifiedEmirates NBD, ADCB, Mashreq, FAB, RAKBANK, ENBD Liv.
  • Read-only by designWe can see what hit your account. We can't move money.
  • Pattern learningEtisalat once = Etisalat forever. The 200th Aramex receipt files itself.
  • Multi-account, multi-entityUp to 3 banks on Growth, unlimited on Business.
02

OCR receipts

Available now

Photograph, email, or forward a receipt — we extract supplier, amount, VAT and category in under 2 seconds, then link it to the matching transaction.

Receipt · auto-extracted2.1S
SupplierAmazon Web Services
TotalAED 2,840.00
VAT (5%)AED 135.24
Category · suggestedSoftware
Linked to · TXN-A3F2E1B099% confidence
  • 12 fields per receiptVendor, TRN, total, VAT, currency, date, category — and notes if there's a clean header.
  • Email-in addressForward to receipts@your-workspace.watin.ae · we sort the rest.
  • iOS + Android scanOpen the app, point, done. Multi-page receipts stitched automatically.
  • Arabic + EnglishMost UAE supplier receipts are bilingual. We read both.
03

Invoicing

Available now

Tax-compliant invoices in 4 steps. VAT booked the moment you hit send. PDF, email and FTA e-invoice — all in the same action.

  • FTA-compliant by defaultTRN, VAT lines, terms, QR — never miss a required field.
  • Multi-currencyAED, SAR, USD, GBP, EUR. FX locked at issue date or live.
  • Recurring invoicesSet once. Watin issues, sends, books and reminds — every cycle.
  • Polite chaseReminders that don't sound like a robot. Average paid in 11 days.
04

FTA e-invoicing

Phase 2 ASP-accredited

Every invoice you send is cleared directly through the FTA's EmaraTax e-invoicing endpoint over Peppol PINT-AE, with a signed acceptance receipt back in your audit log.

Submissions · this monthE-INVOICING · PHASE 2
Submitted52
Accepted49
Pending review2
Rejected (auto-retry)1
  • Accredited Service ProviderPeppol PINT-AE endpoint live on every account. No separate e-invoicing subscription.
  • QR on every invoiceScannable, decryptable, retains the FTA acceptance reference.
  • Auto-retry on errorsIf FTA bounces an invoice, we surface the exact field and resubmit on fix.
  • Audit-grade XMLEvery submission stored as signed XML for 7 years.
05

Credit notes

Available now

One-click reversal that reverses output VAT on your draft return at the same time. Always linked back to the parent invoice.

  • Parent-linkedEvery credit note traces to the invoice it reverses.
  • Auto-VAT reversalOutput VAT removed from the next return without manual edits.
  • Partial & fullRefund a single line item or void the whole invoice.
  • FTA-submittedCredit notes cleared through EmaraTax e-invoicing same as invoices.
06

Clients & light CRM

Available now

A directory that knows what to do — TRN-validated against FTA + ZATCA, default terms per client, balance-aware reminders.

  • Live TRN validationUAE FTA, KSA ZATCA, UK VAT, EU MOSS. Catches typos before you bill.
  • Per-client defaultsCurrency, payment terms, VAT scheme, e-invoicing rule — set once.
  • Tags & lifetime viewRetainer · VIP · Lead · Partner — filter and report on any tag.
  • CSV importerHubSpot, Pipedrive, raw exports — our mapper coerces the rest.
07

VAT returns

Available now

A live draft return that updates as you work. The 25th-of-the-month panic disappears the day you sign up.

VAT owed · Q4 202668% DRAFT
Output VAT14,742.50
Input VAT recoverable2,261.88
Credit notes− 225.00
Net VAT owedAED 12,480.62
  • Box-by-box FTA mappingOutput by emirate, zero-rated, exempt, reverse charge — all auto-mapped.
  • Pre-flight checksReceipt attached? Categories assigned? Accountant signed? — we tell you before you file.
  • FTA-ready bundleVAT 201 PDF · transactions CSV · receipts ZIP. One download.
  • Period compareQ-over-Q + Y-over-Y diffs explain what changed.
08

Corporate tax

Available now

9% on taxable income above AED 375k. We keep a rolling estimate so the annual filing never sneaks up.

  • Live estimateThreshold-aware. Tells you when you cross the AED 375k line.
  • Adjustments engineDisallowed expenses, depreciation, transfer-pricing notes — flagged automatically.
  • QFZP-awareFree-zone "Qualifying" tests live on your dashboard, not in a spreadsheet.
  • EmaraTax exportNumbers come out in the exact shape FTA wants.
09

Audit vault

Available now

Encrypted document store. 7-year retention. Every document linked to the transaction it supports — searchable by amount, supplier, period.

  • AES-256 at restUAE data residency. Replicated. Backup-verified daily.
  • Auto-categorizedReceipts · VAT returns · contracts · licences · statements — sorted on upload.
  • FTA-ready exportsOne click → bundled ZIP for audit response or investor due-diligence.
  • Granular sharingPer-folder links, expiring, password-optional, audit-logged.
10

Reports

Available now

P&L, balance sheet, cash flow, aged receivables, client concentration — all live. Build custom views with the report builder.

  • Cash or accrualToggle per report. Numbers consistent across both bases.
  • Scheduled digestWeekly board pack hits your inbox Monday 6am.
  • Period compareQ-vs-Q + Y-vs-Y baked into every report.
  • PDF, CSV, share-linkAuditor-friendly exports without leaving the report.
11

Team & roles

Available now

Owner, Admin, Member, Viewer. Accountants count as free Viewers. SSO on Business.

  • Free accountant seatsViewer role is free. They see everything · can leave notes.
  • Granular permissionsRestrict billing, restrict deletions, restrict per-entity.
  • SSO (Business)SAML 2.0 · Google · Microsoft · Okta · Auth0.
  • Audit-loggedEvery change tied to a real person, immutable.
12

API & webhooks

Available now

REST API for every read and write. Webhooks for every event. Signed payloads, idempotency keys, sandbox + production keys.

// create an invoice
POST /v1/invoices
Authorization: Bearer wt_live_…
{
"client_id": "CL-0042",
"currency": "AED",
"submit_to_fta": true,
"lines": [ … ]
}
  • 50k requests / monthIncluded on Growth. 500k on Business.
  • Idempotency keysRetry-safe by default · no duplicate invoices.
  • Signed webhooksHMAC-SHA256 · replay protection · 24h re-delivery.
  • Sandbox + productionTest keys never touch the FTA endpoint.

The boring part of running a UAE business, taken care of.

Start free, no card, 14 days of Growth. Watin reconciles your existing books before you finish your coffee.