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

Query Parameters

    country_code stringrequired

    The country code

    email stringrequired

    The client email

    href stringrequired

    The URL of the ecommerce after payment

Responses

Successful initialization of payment using Klarna

Schema

    any

Loading...