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

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 }

ProblemDetails

typestring
titlestring
statusinteger(int32)
detailstring
instancestring
property name*anyadditional property
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "property1": null, "property2": null }

Product

referencestring

Product reference.

namestring

Carrier product name.

{ "reference": "string", "name": "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