Returns a list of all stored, not-expired gift cards and their balances for a buyer in a summarized format. Any expired or empty gift cards will be automatically filtered out and removed from the list of returned cards.
If we were not able to fetch the latest balance then all stored gift cards are returned.
gift-cards.read
scope.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filters the results to only the items for which the buyer
has an
id
that matches this value.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
Filters the results to only the items for which the buyer
has an
external_identifier
that matches this value.
"user-12345"
Returns a list of available gift cards for a buyer.
A list of gift cards in a short format including the latest balance.