Interface CheckoutSessionsApiListCheckoutSessionsRequest

Request parameters for listCheckoutSessions operation in CheckoutSessionsApi.

Export

CheckoutSessionsApiListCheckoutSessionsRequest

Hierarchy

  • CheckoutSessionsApiListCheckoutSessionsRequest

Properties

customer_id?: string

Only return the checkout session for the customer specified.

Memberof

CheckoutSessionsApiListCheckoutSessions

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

CheckoutSessionsApiListCheckoutSessions

metadata?: {
    [key: string]: string;
}

`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`.

Memberof

CheckoutSessionsApiListCheckoutSessions

Type declaration

  • [key: string]: string
offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

CheckoutSessionsApiListCheckoutSessions

payment_intent_id?: string

Only return the checkout session for the payment intent specified.

Memberof

CheckoutSessionsApiListCheckoutSessions

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

CheckoutSessionsApiListCheckoutSessions

Generated using TypeDoc