Skip to main content

Initialize Payment for Checkout (Klarna)

POST 

/api/checkout/:id/init-payment-klarna

Initialize payment using Klarna for a specific checkout.

Request

Path Parameters

    id stringrequired

    The ID of the checkout for which payment is being initialized

Body

required

    country_code string
    email string
    href string

Responses

Successful initialization of payment using Klarna

Schema

    any

Loading...