Optionalparams: Stripe.Checkout.SessionCreateParamsOptionaloptions: RequestOptionsCreates a Checkout Session object.
Optionaloptions: RequestOptionsRetrieves a Checkout Session object.
Optionalparams: Stripe.Checkout.SessionRetrieveParamsOptionaloptions: RequestOptionsRetrieves a Checkout Session object.
Optionaloptions: RequestOptionsUpdates a Checkout Session object.
Related guide: Dynamically update a Checkout Session
Optionalparams: Stripe.Checkout.SessionUpdateParamsOptionaloptions: RequestOptionsReturns a list of Checkout Sessions.
Optionalparams: Stripe.Checkout.SessionListParamsOptionaloptions: RequestOptionsReturns a list of Checkout Sessions.
Optionaloptions: RequestOptionsA Checkout Session can be expired when it is in one of these statuses: open
After it expires, a customer can't complete a Checkout Session and customers loading the Checkout Session see a message saying the Checkout Session is expired.
Optionalparams: SessionExpireParamsOptionaloptions: RequestOptionsA Checkout Session can be expired when it is in one of these statuses: open
After it expires, a customer can't complete a Checkout Session and customers loading the Checkout Session see a message saying the Checkout Session is expired.
Optionaloptions: RequestOptionsWhen retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
Optionalparams: SessionListLineItemsParamsOptionaloptions: RequestOptionsWhen retrieving a Checkout Session, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
Optionaloptions: RequestOptions
Creates a Checkout Session object.