Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 930 Bytes

File metadata and controls

24 lines (12 loc) · 930 Bytes

PostV2ResourcesDiscoverCartCheckout200ResponseData

Properties

Name Type Description Notes
status StatusEnum `initiated` - the checkout request was successful and returned a Tebex basket identifier stored in the `ident` field. `bypassed` - the checkout was successful but no Tebex basket identifier was generated as it was not needed (perhaps because the buyer used a 100% off coupon).
ident String The Tebex cart identifier which you can use to redirect to or open a Tebex.js overlay. [optional]
url String The Tebex checkout link to redirect to if not using Tebex.js (built from the included ident). [optional]

Enum: StatusEnum

Name Value
INITIATED "initiated"
BYPASSED "bypassed"