> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudify.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Fortnox OSS Configuration Guide

> Set up EU OSS (One Stop Shop) VAT in Fortnox so Shopify orders post to the correct VAT account per country.

<div style={{ maxWidth: "800px", margin: "0 auto", padding: "3.5rem 1rem 0 1rem" }}>
  <h1 style={{ color: "light-dark(#171717, #fafafa)", fontSize: "2.25rem", fontWeight: 700, lineHeight: 1.2, marginBottom: "0.5rem" }}>Fortnox OSS Configuration Guide</h1>

  <p style={{ color: "light-dark(#525252, #a3a3a3)", fontSize: "1.05rem", lineHeight: 1.5, margin: "0 0 0.25rem 0" }}>Set up EU OSS (One Stop Shop) VAT in Fortnox so Shopify orders post to the correct VAT account per country.</p>

  <p style={{ color: "light-dark(#a3a3a3, #737373)", fontSize: "0.875rem", margin: "0 0 1.5rem 0" }}>Last updated: July 20, 2026</p>

  <Info>
    This guide walks you through setting up EU OSS (One Stop Shop) VAT in Fortnox for the Shopify–Fortnox integration. Once configured, Shopify orders will automatically post to the correct VAT account per country. **Follow the steps in order.**
  </Info>

  <Steps>
    <Step title="Create VAT Codes">
      **Path:** `Settings → Accounting → VAT Codes → Create New`

      Create one VAT code for each EU country you sell to.

      * Fortnox names the VAT code automatically — you only set the VAT rate.
      * Create a **separate VAT code per country**, even if two countries share the same rate (e.g. Denmark and Croatia are both 25%, but need different codes).

      **Example reference:**

      | VAT Code   | VAT Rate | Country |
      | ---------- | -------- | ------- |
      | `MP4_KUND` | 25%      | Denmark |
      | `MP5_KUND` | 25%      | Croatia |
      | `MP6_KUND` | 19%      | Germany |
      | `MP7_KUND` | 20%      | France  |
      | `MP8_KUND` | 27%      | Hungary |

      Follow the reference images below to create the VAT codes correctly:

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="1. Open VAT Codes under Settings → Accounting">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Screenshot_54-2.jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=8e5e6218527982adcf4ab1bb290a0ad6" alt="Fortnox settings — navigating to VAT Codes" width="1863" height="955" data-path="images/Screenshot_54-2.jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="2. Create a new VAT code">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Step-1-(2)-1.jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=d6dd3071a6d66f21044f2deed7256e93" alt="Creating a new VAT code in Fortnox" width="2545" height="1433" data-path="images/Step-1-(2)-1.jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="3. Set the VAT rate for the country">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Step-1-(3).jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=84e2d8689f30dd90cbcca991f9f06f7b" alt="Setting the VAT rate" width="948" height="628" data-path="images/Step-1-(3).jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="4. Save the VAT code">
          <img src="https://mintcdn.com/cloudify-c7720744/9gKj6yiDexgwwftI/images/Step_1_4.jpg?fit=max&auto=format&n=9gKj6yiDexgwwftI&q=85&s=a5058227bf595ec27db7148c1c16f8eb" alt="Saving the VAT code" width="2543" height="1430" data-path="images/Step_1_4.jpg" />
        </Frame>
      </div>
    </Step>

    <Step title="Create Sales Accounts">
      **Path:** `Register → Chart of Accounts → Create Account`

      Create a sales account for each country and link it to the VAT code from Step 1.

      <Note>
        If you don't need country-by-country sales tracking, skip this step and keep using the default account **3106** for all EU OSS sales.
      </Note>

      **Example reference:**

      | Sales Account | Recommended Name                | VAT Code   |
      | ------------- | ------------------------------- | ---------- |
      | `3109`        | Sales acc. to OSS (Denmark 25%) | `MP4_KUND` |
      | `3110`        | Sales acc. to OSS (Croatia 25%) | `MP5_KUND` |
      | `3111`        | Sales acc. to OSS (Germany 19%) | `MP6_KUND` |
      | `3112`        | Sales acc. to OSS (France 20%)  | `MP7_KUND` |
      | `3113`        | Sales acc. to OSS (Hungary 27%) | `MP8_KUND` |

      Follow the reference images below to create the sales accounts correctly:

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="1. Open the Chart of Accounts under Register">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Step-2-(1).jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=55cb910866d32a3e3b6e14c1862c5c9f" alt="Navigating to the Chart of Accounts in Fortnox" width="857" height="571" data-path="images/Step-2-(1).jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="2. Create a new account">
          <img src="https://mintcdn.com/cloudify-c7720744/9gKj6yiDexgwwftI/images/Screenshot_78.jpg?fit=max&auto=format&n=9gKj6yiDexgwwftI&q=85&s=d11bfa8a07a4bc6a3d8a5eaeeb18526e" alt="Creating a new sales account" width="2547" height="1414" data-path="images/Screenshot_78.jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="3. Link the sales account to its VAT code">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Step-2-(3)-1.jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=cdb178e78f802bbb32593ea689935906" alt="Linking the sales account to the VAT code" width="2532" height="610" data-path="images/Step-2-(3)-1.jpg" />
        </Frame>
      </div>
    </Step>

    <Step title="Create VAT Accounts">
      Create the accounts that will hold the VAT collected for each EU country.

      * Leave the **VAT Code** field **blank**.
      * Set **Suggest Debit/Credit** to **Credit**.

      **Example reference:**

      | VAT Account | Recommended Name              |
      | ----------- | ----------------------------- |
      | `2661`      | VAT acc. to OSS (Denmark 25%) |
      | `2662`      | VAT acc. to OSS (Croatia 25%) |
      | `2663`      | VAT acc. to OSS (Germany 19%) |
      | `2664`      | VAT acc. to OSS (France 20%)  |
      | `2665`      | VAT acc. to OSS (Hungary 27%) |

      <Tip>
        Navigate to the **Create Account** section by following the first two images in **Step 2**, then use the image below as a reference to create the VAT accounts.
      </Tip>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="Creating a VAT account — VAT Code blank, Suggest Debit/Credit set to Credit">
          <img src="https://mintcdn.com/cloudify-c7720744/9gKj6yiDexgwwftI/images/Step-3-(1).jpg?fit=max&auto=format&n=9gKj6yiDexgwwftI&q=85&s=c4d032ba988181ff87b9e41f2fe26529" alt="Creating a VAT account in Fortnox" width="2534" height="587" data-path="images/Step-3-(1).jpg" />
        </Frame>
      </div>
    </Step>

    <Step title="Link VAT Codes to VAT Accounts">
      **Path:** `Settings → Accounting → Default Accounts`

      Under the **VAT** section, find each VAT code you created in Step 1 and enter its matching VAT account from Step 3 next to it.

      <Warning>
        This is what makes invoices post automatically to the right VAT account — without it, Steps 1–3 won't connect to each other.
      </Warning>

      **Example reference:**

      | VAT Code   | VAT Account |
      | ---------- | ----------- |
      | `MP4_KUND` | `2661`      |
      | `MP5_KUND` | `2662`      |
      | `MP6_KUND` | `2663`      |
      | `MP7_KUND` | `2664`      |
      | `MP8_KUND` | `2665`      |

      Follow the reference images below to link the VAT codes to their VAT accounts:

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="1. Open Default Accounts">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Step-4-(2).jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=a0d6789c995c1b37b4d6dfbacd7280ea" alt="Opening Default Accounts" width="946" height="617" data-path="images/Step-4-(2).jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="2. Locate the VAT section">
          <img src="https://mintcdn.com/cloudify-c7720744/9gKj6yiDexgwwftI/images/Step-4-(3).jpg?fit=max&auto=format&n=9gKj6yiDexgwwftI&q=85&s=dce9c30192c99916ee951e141fbff268" alt="Locating the VAT section under Default Accounts" width="2543" height="1431" data-path="images/Step-4-(3).jpg" />
        </Frame>
      </div>

      <div style={{ marginBottom: "2rem" }}>
        <Frame caption="3. Enter the matching VAT account next to each VAT code">
          <img src="https://mintcdn.com/cloudify-c7720744/_kv68LnEjVWUq5dk/images/Step-4-(4).jpg?fit=max&auto=format&n=_kv68LnEjVWUq5dk&q=85&s=225886a69ac3a36e0cc62e251462c61d" alt="Entering the VAT account for each VAT code" width="2545" height="1430" data-path="images/Step-4-(4).jpg" />
        </Frame>
      </div>
    </Step>
  </Steps>

  <Check>
    Setup complete. Shopify orders for each EU country will now post sales to the correct sales account and VAT to the matching OSS VAT account in Fortnox.
  </Check>

  <Tip>
    **Need help getting started?**\
    Our team is here to guide you through the setup process.

    [Book a free consultation](https://meetings.hubspot.com/cloudify/app-assistance)
  </Tip>
</div>
