Get gift card balance by code¶
To get a gift card balance detail, you can use the following endpoint:
Endpoint response¶
Status code: 200¶
{
"code": "7728970K79",
"total_amount": 1400,
"available_amount": 320,
"currency": "COP",
"gift_card_recipient": {
"name": "Jane Doe",
"email": "camila@heippi.com"
}
}