Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 876 Bytes

File metadata and controls

22 lines (10 loc) · 876 Bytes

BuiltByBitApi.PostV2ResourcesDiscoverCartCheckout200ResponseData

Properties

Name Type Description Notes
status String `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

  • initiated (value: "initiated")

  • bypassed (value: "bypassed")