Vouchers
Gift Card Balance
The endpoint returns information about the balance of the Gift Card (Multi purpose reward).
post/vouchers/actions/gift-card-balance
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"voucher_id": "8bb7345976bbc9ed20e5083dd6",
"code": "w7TU7KfeE"
}Response
OK
Example response
{
"data": {
"voucher_id": "8bb7345976bbc9ed20e5083dd6",
"current_balance": 75,
"original_balance": 75
}
}