Skip to main content
PATCH
Update a Klarna payment session

Path Parameters

cart_token
string
required

Opaque cart token returned by the create-cart response. It scopes the request to a single cart and is the credential for these endpoints — cart-token authentication carried in the path, with no bearer token or API key.

Body

application/json
session_id
string
required

Response

Session updated

Success body for Klarna session update.

success
boolean
required

true when the Klarna session was refreshed against the cart.

meta
object
required

Standard response metadata included on every response.