Nordlet
Cloud Accounting APIinfo@nordlet.com
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 — not another plugin bolted onto someone else's checkout.

Early access opens soon. Want in first? Email us — we're onboarding design partners now.

POST /v1/ledger/entries
# Record a marketplace sale — books + 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.