Update checkout session
Updates a Checkout Session.
This endpoint requires the checkout-sessions.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a Checkout Session.
Body
A request to update a checkout session.
An array of cart items that represents the line items of a transaction.
Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
The airline addendum data which describes the airline booking associated with this transaction.
Response
A short-lived checkout session.
checkout-session
.
checkout-session
The ID of the Checkout Session.
The date and time when the Checkout Session will expire. By default this will be set to 1 hour from the date of creation.
An array of cart items that represents the line items of a transaction.
Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
Contains information about an airline travel, if applicable.
Details about the payment method for card type only.
Was this page helpful?