Skip to main content

Klarna

This page contains the setup guide and reference information for the Klarna source connector.

Prerequisites

The Klarna Settlements API is used to get the payouts and transactions for a Klarna account.

Setup guide

Step 1: Set up Klarna

In order to get an Username (UID) and Password please go to this page here you should find Merchant Portal button. Using this button you could log in to your production / playground in proper region. After registration / login you may find and create Username (UID) and Password in settings tab.

note

Klarna Source Connector does not support OAuth at this time due to limitations outside of control.

Step 2: Set up the Klarna connector in Airbyte

For Airbyte Open Source:

  1. Navigate to the Airbyte Open Source dashboard
  2. Set the name for your source
  3. Choose if your account is sandbox
  4. Enter your username
  5. Enter your password
  6. Enter the date you want your sync to start from
  7. Click Set up source

Supported sync modes

The Klarna source connector supports the following sync modes:

FeatureSupported?
Full Refresh SyncYes
Incremental - Append SyncNo

Supported Streams

This Source is capable of syncing the following Klarna Settlements Streams:

Performance considerations

Klarna API has rate limiting

Production environments: the API rate limit is 20 create-sessions per second on average measured over a 1-minute period. For the other operations, the API limit is 200 requests per second on average, measured over a 1 minute period Playground environments: the API rate limit is one quarter (1/4th) of the rate limits of production environments.

Connector will handle an issue with rate limiting as Klarna returns 429 status code when limits are reached

Reference

Config fields reference

Field
Type
Property name
string
region
boolean
playground
string
username
string
password

Changelog

VersionDatePull RequestSubject
0.2.02023-10-2331003Migrate to low-code
0.1.02022-10-2418385Klarna Settlements Payout and Transactions API