Get gift card
Retrieves details of a stored gift card.
This endpoint requires the gift-cards.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID of a stored gift card.
"e6cdf979-87e2-4796-8ff6-9784d5aed893"
Response
A gift card stored for a buyer, or used in a transaction.
The type of this resource.
gift-card
"gift-card"
The ID of this gift card.
"e6cdf979-87e2-4796-8ff6-9784d5aed893"
The unique ID for a merchant account.
"default"
An configured gift card service.
The first 6 digits of the full gift card number.
"412345"
The 3 digits after the bin
of the full gift card number.
"554"
The last 4 digits for the gift card.
"1234"
The date and time when this gift card expires. This is a full date/time and may be more accurate than the actual expiry date received by the gift card service.
"2013-07-16T19:23:00.000+00:00"
The optional buyer for which this payment method has been stored.
The date and time when this gift card was created in our system.
"2013-07-16T19:23:00.000+00:00"
The date and time when this gift card was last updated in our system.
"2013-07-16T19:23:00.000+00:00"
Was this page helpful?