Wallets and Vouchers
Redeem Voucher
Redeems a voucher, transferring all or part of its value to a specified target account.
This operation allows for full or partial redemption of a voucher. If the redeemed value is less than the total voucher value, the voucher remains active with the remaining balance. Once fully redeemed, a voucher cannot be used again.
POST
Path Parameters
The unique identifier of the voucher to redeem.
Body
application/json
The details required for redeeming the voucher, including the target account and redemption value.
The body is of type object
.
Response
200 - application/json
The updated Voucher object after redemption, including the new status and redemption details.
The response is of type object
.