User Endpoints
Gift Card Balance
Retrieves details of a gift card based on the gift card name provided. The response includes the starting balance, ending balance, and currency. Returns an error message if the gift card is not found or has an empty balance.
POST
Body
application/json
The name of the gift card to retrieve.
Example:
"Summer2024"
Response
200
application/json
Successfully retrieved gift card details or error message
Status of the request.
Example:
true
Starting balance of the gift card.
Example:
100
Ending balance of the gift card.
Example:
75
Currency of the gift card balance.
Example:
"USD"
Status of the request.
Example:
true
Starting balance of the gift card.
Example:
100
Ending balance of the gift card.
Example:
75
Currency of the gift card balance.
Example:
"USD"