Klarna
Prerequisites
The Klarna Settlements API is used to get the payouts and transactions for a Klarna account.
Tables in the Klarna connector
| No | Table Name | Columns | Primary Keys | Read Mode | Inc. Sync Keys | API Info |
|---|---|---|---|---|---|---|
| 1 | payouts | 8 | Full Refresh | API Reference | ||
| 2 | transactions | 25 | Full Refresh | API Reference |
Table: payouts
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | payout_date | VARCHAR | |
| 2 | currency_code_of_registration_country | VARCHAR | |
| 3 | totals | VARCHAR | |
| 4 | merchant_id | VARCHAR | |
| 5 | payment_reference | VARCHAR | |
| 6 | merchant_settlement_type | VARCHAR | |
| 7 | transactions | VARCHAR | |
| 8 | currency_code | VARCHAR |
Table: transactions
| No | Column Name | Type | Notes |
|---|---|---|---|
| 1 | merchant_refund_reference | VARCHAR | |
| 2 | initial_number_of_installments | INTEGER | |
| 3 | payout | VARCHAR | |
| 4 | currency_code_of_registration_country | VARCHAR | |
| 5 | type | VARCHAR | |
| 6 | currency_code | VARCHAR | |
| 7 | tax_in_currency_of_registration_country | INTEGER | |
| 8 | merchant_reference2 | VARCHAR | |
| 9 | vat_amount | INTEGER | |
| 10 | sale_date | VARCHAR | |
| 11 | initial_payment_method_monthly_downpayments | INTEGER | |
| 12 | merchant_reference1 | VARCHAR | |
| 13 | detailed_type | VARCHAR | |
| 14 | vat_rate | INTEGER | |
| 15 | amount | INTEGER | |
| 16 | purchase_country | VARCHAR | |
| 17 | payment_reference | VARCHAR | |
| 18 | refund_id | VARCHAR | |
| 19 | merchant_capture_reference | VARCHAR | |
| 20 | capture_date | VARCHAR | |
| 21 | short_order_id | VARCHAR | |
| 22 | initial_payment_method_type | VARCHAR | |
| 23 | capture_id | VARCHAR | |
| 24 | order_id | VARCHAR | |
| 25 | shipping_country | VARCHAR |
External Resources
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.