Skip to main content
Version: 2.x

Interface: CreateCheckoutInput

Defined in: javascript/src/commerce/types.ts:60

Properties

accountId

accountId: string

Defined in: javascript/src/commerce/types.ts:64

Financial subject that receives the subscription or purchased credits.


cancelUrl

cancelUrl: string

Defined in: javascript/src/commerce/types.ts:71


email?

optional email?: string

Defined in: javascript/src/commerce/types.ts:65


metadata?

optional metadata?: Record<string, string>

Defined in: javascript/src/commerce/types.ts:73


offerKey

offerKey: string

Defined in: javascript/src/commerce/types.ts:66


operationKey

operationKey: string

Defined in: javascript/src/commerce/types.ts:72


provider?

optional provider?: string

Defined in: javascript/src/commerce/types.ts:67


quantity?

optional quantity?: number

Defined in: javascript/src/commerce/types.ts:69


returnUrl

returnUrl: string

Defined in: javascript/src/commerce/types.ts:70


subjectId

subjectId: string

Defined in: javascript/src/commerce/types.ts:62

Authenticated actor that owns and may inspect the checkout intent.


type?

optional type?: CommerceCheckoutKind

Defined in: javascript/src/commerce/types.ts:68