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/
https://checkout-klarna-adapter.test.norce.tech/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/push
curl -i -X POST \
'https://checkout-klarna-adapter.test.norce.tech/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/push?channel=string&merchant=string'https://checkout-klarna-adapter.test.norce.tech/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/validation
curl -i -X POST \
'https://checkout-klarna-adapter.test.norce.tech/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/validation?channel=string&merchant=string'https://checkout-klarna-adapter.test.norce.tech/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/confirm
curl -i -X GET \
'https://checkout-klarna-adapter.test.norce.tech/api/checkout/v1/callback/orders/{order_id}/payments/{payment_id}/confirm?channel=string&merchant=string'