# Vouchers ## Get voucher by code - [GET /vouchers/voucher-code/{code}](https://docs.easyflow.digital/openapi/vouchers/get-voucher-by-code.md): Retrieves a voucher using its unique voucher code. This endpoint is typically used by customers or integrations to validate or display voucher information. ## Redeem voucher - [PATCH /vouchers/redeem/{voucherId}](https://docs.easyflow.digital/openapi/vouchers/patch-redeem-voucher.md): Redeems a voucher using its unique identifier. Once redeemed, the voucher cannot be used again. ## Cancel voucher redemption - [PATCH /vouchers/cancel-redeem/{voucherId}](https://docs.easyflow.digital/openapi/vouchers/patch-cancel-voucher-redemption.md): Cancels a previously redeemed voucher. This operation is intended for cases where the redemption happened by mistake. The redemption can only be reverted within 15 minutes after it was performed.