Available payment method categories
{ "client_token": "string", "payment_method_categories": [ { … } ], "session_id": "string" }
Build 2026-01-12 09:48:20
The Klarna Checkout Adapter API is used to create and manage a Klarna Checkout Order.
https://checkout-klarna-adapter.test.norce.tech/
Total price of the shipping.
Total price including vat in the checkout specified currency. Requires two decimal points or multiples of 0.01.
{ "id": "s_pmHreuEBboeezpixrHMDPQlazU", "merchant": "norce", "channel": "1", "state": "intent", "reference": "e8ed2091-c34c-4837-a3a8-bc827b0dc183", "tmsReference": "a935a628-f70c-47a4-a9f6-98c6d08c2ba3", "orderId": "o_DhZSbDfVzNzuxOzHyCFskzGzaJ", "adapterId": "ingrid-shipping-adapter", "name": "PostNord MyPack Home", "total": { "includingVat": 1234, "excludingVat": 987.2 }, "vatRate": 0.25, "deliveryDetails": { "carrier": "string", "class": "string", "product": { … }, "pickupLocation": { … } }, "addons": [ { … } ], "attributes": { "property1": null, "property2": null } }