✓ Purchase confirmed

Let's get you set up

Your license key is on its way to your email. Follow these steps to have Klartion running and syncing your bank transactions into Notion.

1
Create a free Enable Banking account

Enable Banking is the regulated open banking provider that Klartion uses to connect to your bank. You need a free developer account — no credit card required.

Go to enablebanking.com and sign up.

2
Register a Klartion application

Once logged in, go to API applications and click Register new application. Fill in the form as follows:

1
Application name: Klartion
2
Allowed redirect URLs: https://klartion.com/callback
3
Application description: Connect my bank to Notion
4
Email for data protection matters: your email address
5
Privacy URL: https://klartion.com/privacy
6
Terms URL: https://klartion.com/terms
7
Click Register. A .pem key file will be downloaded automatically. The filename matches your Application ID. Keep it safe — you will need it in step 4.
3
Activate by linking your bank account

After registering, click Activate by linking accounts on your application page. This is a one-time requirement to activate your Enable Banking app.

1
Select your country and bank from the dropdowns
2
Click Link
3
Follow the steps to log in to your bank and approve read-only access
Note: This is separate from the bank connection inside Klartion. Both are required — this activates your Enable Banking app, while Klartion handles the ongoing daily sync.
4
Install Klartion on your server or computer

You need Docker installed. Klartion runs as a lightweight container — it works on a Mac, a Linux machine, a NAS, or any small home server.

On your server — create a folder and start Klartion:

mkdir -p ~/klartion/data && cd ~/klartion curl -O https://raw.githubusercontent.com/DAdjadj/klartion/main/docker-compose.yml docker compose up -d

On your local machine — replace your-app-id.pem with the actual filename from your Downloads folder and user@your-server with your SSH login:

scp ~/Downloads/your-app-id.pem user@your-server:~/klartion/data/your-app-id.pem
5
Open Klartion and complete setup

Enter your server address below to open the Klartion setup wizard. It will guide you through entering your license key, connecting Notion, and authorising your bank.

Enter your server's IP address or hostname. Change the port if you modified it in docker-compose.yml.