Skip to main content

Initialize Payment for Checkout (Vipps)

POST 

/api/checkout/:id/payment-vipps

Initialize payment for a checkout using the Vipps payment method.

Request

Path Parameters

    id stringrequired

    The ID of the checkout for which payment is being initialized

Body

required

    email string
    return_url string

Responses

Successful initialization of payment

Schema

    any

Loading...