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

OrderLine

typestring
referencestring
namestring
quantityinteger(int32)
quantity_unitstring
unit_priceinteger(int32)
tax_rateinteger(int32)
total_amountinteger(int32)
total_discount_amountinteger(int32)
total_tax_amountinteger(int32)
merchant_datastring
product_urlstring(uri)
image_urlstring(uri)
product_identifiersobject
shipping_attributesobject
{ "type": "string", "reference": "string", "name": "string", "quantity": 0, "quantity_unit": "string", "unit_price": 0, "tax_rate": 0, "total_amount": 0, "total_discount_amount": 0, "total_tax_amount": 0, "merchant_data": "string", "product_url": "http://example.com", "image_url": "http://example.com", "product_identifiers": { "category_path": "string", "global_trade_item_number": "string", "manufacturer_part_number": "string", "brand": "string" }, "shipping_attributes": { "weight": 0, "dimensions": {}, "tags": [] } }

OrderStatus

string(OrderStatus)
Enum"checkout""processing""accepted""completed""declined"
"checkout"

PatchOperation

opstring
pathstring
valueany
{ "op": "string", "path": "string", "value": null }

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