Norce Checkout - Klarna Checkout Adapter API (0.2.2)

Build 2026-01-12 09:48:20

The Klarna Checkout Adapter API is used to create and manage a Klarna Checkout Order.

Download OpenAPI description
Languages
Servers
Test server

https://checkout-klarna-adapter.test.norce.tech/

Schemas

PickupLocation

referencestring

Pickup location reference.

namestring

Name of pickup location.

addressobject

Pickup location address.

{ "reference": "string", "name": "string", "address": { "streetAddress": "Adaptivevägen 18", "city": "Boden", "postalCode": "955 60", "country": "SE" } }

PickupLocationAddress

streetAddressstring

Address or street name, first line.

Example: "Adaptivevägen 18"
citystring

City.

Example: "Boden"
postalCodestring

Postal code, zip or post code.

Example: "955 60"
countrystring

Country. ISO 3166 alpha-2.

Example: "SE"
{ "streetAddress": "Adaptivevägen 18", "city": "Boden", "postalCode": "955 60", "country": "SE" }

Price

includingVatnumber(double)

Total price including vat in the checkout specified currency. Requires two decimal points or multiples of 0.01.

Example: 1234
excludingVatnumber(double)

Total price excluding vat in the checkout specified currency. Requires two decimal points or multiples of 0.01.

Example: 987.2
{ "includingVat": 1234, "excludingVat": 987.2 }

Klarna Checkout

Operations

Klarna Checkout Callbacks

Operations

Klarna Checkout 'Client-side events' Callbacks

Operations

Norce Callbacks (Klarna Checkout)

Operations

Order Management

Operations

Klarna Payments

Operations

Norce Callbacks (Klarna Payments)

Operations