Platform Features

Powerful.
Developer-First.

Everything you need to build gift card checking into any product — without dealing with individual network integrations.

Get API Key Free → Read Docs
2,000+
Card Networks
<80ms
Median Latency
99.99%
Uptime SLA
2B+
Checks per Year

Built for Every Use Case

🔍

Real-Time Balance Checking

Query live balances with a single POST. Our routing engine connects to live network endpoints — zero caching, always accurate.

  • Visa, Mastercard, Amex, Discover open-loop cards
  • 2,000+ retail & restaurant closed-loop networks
  • Multi-currency support (180+ currencies)
  • Card expiry date and last-4 retrieval
  • Transaction history where network supports it
🤖

AI Fraud Detection

Real-time 0–1 fraud score on every API response. Trained on 2B+ transactions. Configurable block thresholds per key.

  • Velocity anomaly detection
  • Residential proxy & VPN flagging
  • Sequential PAN pattern detection
  • Geo-anomaly signals
  • Fraud event webhooks with <200ms delivery

Global Low-Latency Infrastructure

24 Points of Presence across 6 continents. Automatic failover. Redundant network routing eliminates single points of failure.

  • <80ms median response time globally
  • 99.99% uptime SLA — credit-backed
  • HTTP/2 and keep-alive connection pooling
  • Dedicated capacity for Enterprise plans
📊

Analytics & Webhooks

Full observability: real-time dashboards, P50/P95/P99 latency, error rates by network, and fraud event streaming.

  • Real-time usage and quota dashboard
  • Per-network error rate tracking
  • Fraud event webhooks (HMAC-signed)
  • Monthly CSV/JSON usage exports
  • Slack & PagerDuty alert integrations

2,000+ Networks.
One Endpoint.

From major card brands to niche retailer closed-loop systems — a single API call covers them all.

GET /v1/networks
// 2,000+ networks — sample
{
  "networks": [
    { "id": "visa_gift",   "name": "Visa Gift Card",   "type": "open_loop"  },
    { "id": "mc_gift",     "name": "Mastercard Gift", "type": "open_loop"  },
    { "id": "amazon_gc",   "name": "Amazon Gift",     "type": "closed_loop" },
    { "id": "starbucks",   "name": "Starbucks Card", "type": "closed_loop" },
    // ...1,996 more
  ],
  "total": 2047
}
Get API Key Free → View Pricing