Nordlet
Coming soon

Accounting, as an API. Built for platforms.

Nordlet is a cloud accounting API for marketplaces and platforms that need real books: ledgers, payouts and EU tax, running inside your own product instead of someone else's checkout.

Early access opens soon. If you want in early, email us. We are onboarding design partners now.

POST /v1/ledger/entries
# Record a marketplace sale: books and VAT in one call
curl https://api.nordlet.com/v1/ledger/entries \
  -H "Authorization: Bearer sk_live_9f2a…" \
  -d '{
    "seller_id": "acct_204",
    "type": "sale",
    "amount": 4800,
    "currency": "EUR",
    "vat": { "rate": 0.21, "country": "NL" }
  }'

Sandbox is live for early partners.