Skip to main content
POST

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
intent
string

Response

Session created

Success body for Klarna session creation.

success
boolean
required

true when the Klarna session was created.

session_id
string | null
required

Klarna session id, reused on the update endpoint; null when Klarna returned no session.

client_token
string | null
required

Klarna client token used to render the Klarna payment widget in the browser; null when Klarna returned none.

meta
object
required

Standard response metadata included on every response.