Skip to main content
GET
This endpoint retrieves details for a specific gift card, including the current balance fetched in real-time from the gift card provider.
Please review proper request headers here.

Parameters

id
string
required
The gift card ID

Response

id
string
Gift card ID
provider_id
string
Provider merchant ID
card_number
string
Full gift card number
pin
string
PIN code (if required by provider)
last4
string
Last 4 digits of the card number
balance
number
Current balance on the gift card (fetched in real-time from provider). May be null in list responses if provider is unavailable.
state
enum
Gift card state (active, archived)
expires_at
string
Expiration date in ISO8601 format (nullable)
created_at
string
Time the gift card was added in ISO8601 format