Overview Legend 🧭
Overview Legend 🧭
Introduction
Fortnox is the leading cloud accounting and business software in Sweden and one of the largest in the Nordics, widely used by SMEs and accounting firms. The Chift Fortnox connector exposes Fortnox’s bookkeeping features through Chift’s unified Accounting API (journals, chart of accounts, ledger/bank accounts, journal & financial entries).Private App
Public Marketplace App
Configure Fortnox
Prerequisites
- A Fortnox developer account (fortnox.se/developer).
- Your own Fortnox app — its Client ID and Client Secret. Developing and testing is free.
- For production, one of:
- Private App — no additional requirement.
- Public Marketplace App — an App Partner agreement and Fortnox certification of your app.
Activation process
Follow these three steps to connect your own Fortnox app to Chift.Register as a Fortnox developer

Create your integration

companyinformation, invoice, supplierinvoice, customer, supplier, bookkeeping, payment, settings, costcenter, project, inbox, connectfile.Activate the connector on Chift
Create a developer account & sandbox
Create a developer account & sandbox
- Companies registered outside Sweden must tick the My company is registered outside of Sweden box on the registration form (step 3), which removes the Swedish organization number field.
- Users without BankID or Freja eID+ (typically foreign citizens) cannot obtain their Fortnox ID automatically and must call Fortnox support to verify their identity at the end of the flow (step 10).
Start the registration

Indicate you are not yet a customer

Fill in the developer account form

Confirm your email

Click the confirmation link

Registration is finalized manually (non-Swedish companies only)

Expect a manual-handling email (non-Swedish companies only)

Start creating your Fortnox ID


Verify your identity

Enter your personal information

Confirm your email address

Add your mobile number
+32 for Belgium).
Review the privacy policy

Accept the terms of use

Save your recovery code

Contact Fortnox support to verify your ID

Return to the activation email
Test Fortnox
Create up to 30 test companies from the Test environments tab of the Fortnox Developer Portal. Test companies behave like real Fortnox companies (same rate limits apply), come with the standard BAS chart of accounts and no pre-filled data.Connect Fortnox
To activate a connection with Fortnox, users will have to go through the following steps:- Help Center article: Help Center - Fortnox EN
Rate limits
- 300 requests / minute per Client ID + tenant (i.e. per access token), enforced via a sliding window of 5 seconds → 25 requests / 5 s.
- Exceeding the limit returns HTTP 429 (Too Many Requests); bursts are throttled until the average falls back under the limit.
- The limit scales per tenant: each connected Fortnox company has its own access token and therefore its own 300 req/min budget.
Technical limitations & specificities
- Single company currency — SEK. Fortnox accounts have no per-account currency. On a bank account, the currency is informational (surfaced in the account name), not enforced. On entries, a currency ≠ company currency requires an
exchange_rate(otherwiseERROR_CURRENCY_NOT_ALLOWED), and amounts are converted to the company currency. - Account & journal types are derived, not stored.
journal_typeand ledger account type are derived from the BAS number ranges / predefined series. A type sent on create is not stored — it’s ignored, or validated for consistency (an account type inconsistent with the number range is rejected). - Third-party accounts (customer/supplier/employee) on entries. Fortnox has no native journal ↔ account link and supplier objects carry no dedicated ledger account, so third-party lines must specify
force_general_account(otherwise a clear “not supported” error is returned). - Format constraints: ledger account number = numeric,
1000–9999; journal (VoucherSeries) code = 1–10 chars, digits / UPPERCASE only. postedis alwaystruefor entries — Fortnox posts vouchers immediately (thepostedinput has no effect).- Financial entries (bank/cash operations): items contain only the counterpart line(s) with a signed amount (
+= into the bank,−= out); the bank ledger account is passed via the mandatory query paramfinancial_counterpart_account, and the connector adds the balancing bank line (net of the amounts). - Chart-of-accounts type filter exposes only 6 of the 10 possible account types (
bank,cash,income,expense,other_expense,vat) —receivable,payable,other_financial,otherare returned in responses but cannot be filtered. - Bank account number range (1920–1999). In the Swedish BAS chart of accounts, the range
1920–1999is reserved for bank and cash accounts (Kassa och bank). Accounts created viaPOST /accounting/bank-accountson the Fortnox connector will be allocated within this range.