Skip to main content

Redeem a voucher

Redeeming a voucher means telling Engage that the voucher has been used and that its status should now change from available to redeemed.

To redeem a voucher for a specific contact,use this endpoint:

POST /api/v2/contacts/{contactId}/bonuschecks/{bonusCheckId}/redeem

Response codes

If the request has been successful, you'll get a HTTP 200 OK response. Otherwise you'll get one of these:

  • 404: ContactNotFound, BonusCheckNotFound

  • 409: BonusCheckAlreadyRedeemed, BonusCheckExpired