octo/redemption
to your Octo-Capabilities
header.redemptionCode
which you'll need to redeem that booking.
redeemable
which is true or false depending whether this booking can be redeemed.redemptionCode
parameter is taken from the lookup response. The response will return the booking object, now with a status altered to "REDEEMED".null
will be returned instead, for example:POST /redemption/validate
endpoint allows you to validate a ticket against the validation rules stored in our system. Use this if you want to rely on our system to define the validation rules beyond redemption and not have to manage the validity state yourself.redemption/redeem
or redemption/validate
but not both at the same time.