Optional
configuration: ConfigurationCreates a Checkout Session.
Create a Checkout Session
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Expires a Checkout Session. A Checkout Session can only be expired if its status is open
. Once expired, the customer cannot complete the Checkout Session and will see a message about the expiration.
Expire a Checkout Session
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Retrieves the details of an existing Checkout Session.
Get a Checkout Session
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Checkout Sessions. The Checkout Sessions are sorted with the most recently created Checkout Session appearing first.
List all Checkout Sessions
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
metadata: { `metadata` key-value pairs to filter by. Only exact matches on the key-value pair(s) will be returned. Example: `?metadata[internal_customer_id]=7cb1159d-875e-47ae-a309-319fa7ff395b`.
Optional
payment_intent_id: stringOnly return the checkout session for the payment intent specified.
Optional
customer_id: stringOnly return the checkout session for the customer specified.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
CheckoutSessionsApi - functional programming interface
Export