module.giftcardbalance.html
The gift card balance module lets your customers enter a gift card and determine the amount of value that remains on the specified gift card.
Variables
Type
Description
module.header
string
The header of the module.
search
boolean
If the customer has attempted to search for a giftcard.
giftcard
object
If a giftcard was found from their search, it will be populated in this object.
giftcard.card_number
string
The gift card number the customer has searched for.
giftcard.void
boolean
If the giftcard that has been searched for has been voided by the store owner.
giftcard.remaining_balance
string
The remaining balance of the giftcard which has been searched for.
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated