# Klarna API **Provider:** Klarna **Category:** finance **Base URL:** `https://docs.klarna.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by agreement **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.klarna.com/klarna-payments/api/payments-api/ ## Description Klarna payment and shopping service ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.klarna.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.klarna.com' ``` ## Sample Response ```json {} ``` ## Pricing Details B2B payment solution (BNPL, payments, checkout). Pricing negotiated based on volume and geography. No public rate card — contact Klarna for pricing. --- *Source: [API Map](https://apimap.dev/apis/klarna/) — CC BY 4.0*