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

Addon

referencestring

Shipping addon reference.

pricenumber(double)

Cost of addon.

{ "reference": "string", "price": 0.1 }

Address

givenNamestring

Given name or first name.

Example: "Rosalinainho"
familyNamestring

Family name or last name.

Example: "Undulatsson"
careOfstring

Care of.

Example: "Olleinho Jyckesson"
referencestring

Reference to the customer

organizationNamestring

Name of the Organization

Example: "Storm"
streetAddressstring

Address or street name, first line.

Example: "Adaptivevägen 18"
streetAddress2string

Address or street name, second line.

Example: "Lgh 1203"
postalCodestring

Postal code, zip or post code.

Example: "955 60"
citystring

City.

Example: "Boden"
regionstring

State or region.

Example: "Norrbotten"
countrystring

Country. ISO 3166 alpha-2.

Example: "SE"
phonestring

Phone number.

Example: "0753892233"
emailstring

E-mail address.

Example: "rosalinainho.undulatsson@example.com"
attributesobject

Allows you to store any custom attributes for the address.

{ "givenName": "Rosalinainho", "familyName": "Undulatsson", "careOf": "Olleinho Jyckesson", "reference": "string", "organizationName": "Storm", "streetAddress": "Adaptivevägen 18", "streetAddress2": "Lgh 1203", "postalCode": "955 60", "city": "Boden", "region": "Norrbotten", "country": "SE", "phone": "0753892233", "email": "rosalinainho.undulatsson@example.com", "attributes": { "property1": null, "property2": null } }

AuthorizedPaymentMethod

number_of_daysstring
number_of_installmentsstring
typestring
{ "number_of_days": "string", "number_of_installments": "string", "type": "string" }

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