TransactionResponseRedeem

Information about a gift card transaction from the gift card service provider that reduces the balance of funds available from the card. For example, when the gift card is used for a purchase. The Toast platform uses this information to complete guests' gift card transactions.

currentBalance
number <double>

The currency amount of the funds available from the gift card.

redeemedValue
number <double>

The currency amount of the funds that were redeemed from the gift card. This value may be different than the redeemedValue in a gift card transaction request. For example, if the card balance is less than the redeem value requested by the Toast platform, the redeemedValue in the response will be less than the `redeemedValue in the request.

{
  • "currentBalance": 0,
  • "redeemedValue": 0
}