Skip to content

DoCurious API Reference / types / CheckoutSession

Interface: CheckoutSession

Defined in: types/payment.types.ts:81

Checkout session

Extends

Properties

billingAddress?

optional billingAddress: BillingAddress

Defined in: types/payment.types.ts:86


cart

cart: Cart

Defined in: types/payment.types.ts:83


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


expiresAt

expiresAt: string

Defined in: types/payment.types.ts:88


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


paymentMethodId?

optional paymentMethodId: string

Defined in: types/payment.types.ts:84


shippingAddress?

optional shippingAddress: BillingAddress

Defined in: types/payment.types.ts:85


status

status: "completed" | "processing" | "open" | "expired"

Defined in: types/payment.types.ts:87


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


userId

userId: string

Defined in: types/payment.types.ts:82

DoCurious Platform Documentation