FortnoxAccounts Bank

Fortnox Accounts Bank API

Sync permissioned accounts bank data with Fortnox through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Bank Accounts (API: bank-accounts)

Supported Operations for Fortnox Accounts Bank

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

4 fields

Fields available for Fortnox Accounts Bank

idnameaccount_numbercurrency

API Model Preview

Sample response structure for accounts bank

{
  "id": "12345",
  "name": "Example Name",
  "account_number": 10,
  "currency": "USD"
}

Quick Start Example

Start syncing Fortnox accounts bank in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List accounts bank from Fortnox
const result = await apideck.accounting.bankAccounts.list({
  serviceId: 'fortnox'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified accounts bank data
Related Data Models

Other Fortnox Data You Can Sync

Explore more Fortnoxresources available through Apideck's unified API

Fortnox SDKs

Build Fortnox integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Get started for free