Overview Legend 🧭
Overview Legend 🧭
Introduction
Fiken is a Norwegian cloud-based accounting software built for small businesses, freelancers, and self-employed professionals. It combines bookkeeping, invoicing, expense tracking, VAT reporting, and bank reconciliation in a single, easy-to-use platform tailored to Norwegian accounting standards and tax requirements. With its automation features and accountant-friendly workflows, Fiken helps businesses keep their finances organized and stay compliant without specialized accounting expertise.Configure Fiken
Prerequisite(s)- A Fiken account with developer mode enabled
- Authentication can happen in two ways:
- Using the Chift integration app – the easiest option. Ask your Customer Success Manager to add Chift’s OAuth2 keys to the platform, and your customers will be ready to connect.
- Creating your own integration app in Fiken – register your own app in Fiken and use the generated (test) API keys for your first 5 customers. Once at least 3 customers have a working integration, notify the Fiken support team; they will verify and certify the integration and return a set of production API keys to be used for all subsequent customers.
- Click the API tab under Brukerinnstillinger
- Create a new application
- Set the redirect URI to
https://chift.app/oauth2/redirect - Copy your Client ID and Client Secret
During development, Fiken allows up to 5 connected users for free. For production use, email
api@fiken.no.Testing Fiken
To create a test company, register a company that is not listed in Brønnøysundregistrene and contacthjelp@fiken.no for extended trial access.
Connecting Fiken
To activate a connection with Fiken, users will have to go through the following steps:- English article: Help Center - Fiken EN
- French article: Help Center - Fiken FR
Coverage
Troubleshooting
Specific errors for Fiken:
| Error Code | Error description | Resolution |
|---|---|---|
| ERROR_INVALID_BODY | Fiken requires exactly 11 numeric digits for bank account numbers. | Provide a valid 11-digit bank account number. |
| ERROR_INVALID_ANALYTIC_DISTRIBUTION | You can only use 1 analytic account per invoice in Fiken. | Use only one analytic account per invoice. |
| ERROR_INVALID_INVOICE_BODY | A payment method (bank account) is required for customer invoices in Fiken. Fiken only supports one project per invoice (all lines must use the same analytic account). | Provide a bank account as the payment method and use only one analytic account per invoice. |
| ERROR_CURRENCY_NOT_ALLOWED | You can only create financial entries in NOK in Fiken. An exchange rate must be provided for other currencies. | Use NOK as the currency or provide an exchange rate for foreign currencies. |
| ERROR_INVOICE_CURRENCY_MISMATCH | You can only create payments in the currency of the invoice in Fiken. All invoices must be in the same currency. | Ensure the payment currency matches the invoice currency. |