| 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] |
| Name | Value |
|---|---|
| INITIATED | "initiated" |
| BYPASSED | "bypassed" |