The most comprehensive gift card market analytics service
Access detailed data on open-loop BINs, closed-loop programs, 140K+ retail locations, issuer networks, and real-time market intelligence through our enterprise API.
Decision-grade intelligence for the gift card ecosystem
Built for professional redeemers, arbitrage desks, issuers, fraud teams, compliance operations, and market intelligence analysts.
Open-Loop Cards
Complete BIN database with issuing banks, networks, activation requirements, AVS/CVV settings, limits, fees, and international usability data.
Closed-Loop Cards
Retailer-specific card data including redemption rules, brand family usage, partial redemption support, and fraud protection details.
Location Intelligence
140K+ retail locations with per-transaction limits, accepted payments, ID requirements, and real-time gift card availability.
BIN Database
Extensive BIN records with network affiliations, card types, distributor info, 3D Secure support, and preauthorization capabilities.
News & Alerts
Real-time intelligence on issuer policy changes, network rule updates, fraud events, and redemption freezes with severity ratings.
Entity Relationships
Map connections between issuers, banks, distributors, networks, and retailers for contagion risk analysis.
Analytics Dashboard
Interactive visualizations, geographic heatmaps, market trends, and customizable views for strategic decision-making.
Enterprise API
RESTful API with webhooks for real-time changes, bulk exports, full change history, and data confidence scoring.
Comprehensive data coverage
Decision-grade analytics across all gift card product types.
Open-Loop Cards
Visa, Mastercard, Amex prepaid gift cards with full BIN-level data
- BIN ranges & issuing banks
- Authorization settings
- P2P & preauth support
- Limits & fees
Closed-Loop Cards
Retailer-specific gift cards with redemption rules and brand families
- Issuer & program details
- Usage restrictions
- Fraud controls
- Balance check URLs
Location Intelligence
142K+ retail locations mapped with gift card inventory data
- Store chains & addresses
- In-store inventory
- Purchase limits
- Payment methods
News & Alerts
Real-time market signals and policy change notifications
- Issuer policy changes
- Network updates
- Fraud alerts
- Impact severity
Developer-friendly API
Integrate gift card data directly into your applications with our RESTful API. Built for scale with enterprise-grade reliability.
- RESTful endpoints with JSON responses
- Comprehensive documentation & SDKs
- Webhook support for real-time updates
- Rate limiting up to 10,000 requests/min
- 99.9% uptime SLA guarantee
// Fetch stores by stateconst response = await fetch( 'https://api.thegiftcarddb.com/v1/stores?state=CA', { headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' } });const data = await response.json();// Returns: { stores: [...], total: 12847, page: 1 }