Update Klarna Checkout Order

Used to remap and update the Klarna Checkout Order from the Norce order, requires existing payment with Klarna Checkout Order.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

put/api/checkout/v1/orders/{order_id}/payments/{payment_id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "status": "CHECKOUT_INCOMPLETE",
  • "htmlSnippet": "\n <div id='klarna-checkout-container'><script>alert('Initializing Klarna Checkout');</script>\n </div>\n "
}
Copyright © Norce 2024. All right reserved.