--- title: 'Klarna' description: '' --- # Klarna undefined | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://api.klarna.com` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `klarna` | ## Using Klarna in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Klarna** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_sessions_0) | Sessions | | [GET ](./get_authorizations_1) | Authorizations | | [GET ](./get_orders_2) | Orders | | [GET ](./get_captures_3) | Captures | | [GET ](./get_refunds_4) | Refunds | | [GET ](./get_settlements_5) | Settlements | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.