v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
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

voucher_idstring

The unique ID of the voucher. One of the parameters voucher_id or code is mandatory in request.

codestring

Code of the voucher. One of the parameters voucher_id or code is mandatory in request.

Example request

{
  "voucher_id": "8bb7345976bbc9ed20e5083dd6",
  "code": "w7TU7KfeE"
}

Response

OK

Example response

{
  "data": {
    "voucher_id": "8bb7345976bbc9ed20e5083dd6",
    "current_balance": 75,
    "original_balance": 75
  }
}