Skip to main content

Initialize Payment for Checkout (Stripe)

PATCH 

/api/checkout/:id/payment

Initialize payment for a checkout using the Stripe payment method.

Request

Path Parameters

    id stringrequired

    The ID of the checkout for which payment is being initialized

Body

required

    success_url string
    cancel_url string
    email string

Responses

Successful initialization of payment

Schema

    any

Loading...