Skip to main content
POST
Retrieve details of a gift card

Body

application/json
gift
string
required

The name of the gift card to retrieve.

Example:

"Summer2024"

Response

Successfully retrieved gift card details or error message

status
boolean
required

Status of the request.

Example:

true

start_balance
number<float>
required

Starting balance of the gift card.

Example:

100

end_balance
number<float>
required

Ending balance of the gift card.

Example:

75

currency
string
required

Currency of the gift card balance.

Example:

"USD"