LIVE · 2,000+ CARD NETWORKS

Ping Every
Gift Card.
Instantly.

One API for real-time gift card balance checking, AI fraud detection, and white-label verification portals. Ship in minutes, scale to billions.

2B+
Checks / Year
99.99%
Uptime SLA
<80ms
Avg Response
500+
Companies
POST /v1/cards/ping
// Request { "card_number": "6006-4913-0011", "pin": "1234", "network": "visa_gift" }
200 OK68ms
{ "status": "active", "balance": 47.50, "currency": "USD", "fraud_score": 0.02, "ai_verified": true }
Visa GiftMastercard GiftAmex GiftAmazonStarbucksTargetBest BuyiTunesGoogle PlayNikeSephoraWalmartHome DepotNetflixSteamUberDoorDashAirbnbVisa GiftMastercard GiftAmex GiftAmazonStarbucksTargetBest BuyiTunesGoogle PlayNikeSephoraWalmartHome DepotNetflixSteamUberDoorDashAirbnb
Trusted by 500+ companies worldwide
FINTECH CO RETAILMAX CARDVAULT LOYALTYPLUS GIFTIFY REWARDLY PAYBRIDGE SHOPFAST

Everything Your Product Needs
to Handle Gift Cards

One clean API, fully unified across every network. No custom adapters. No scraping.

🔍

Real-Time Balance Check

Live queries across Visa, MC, Amex & 2,000+ retail networks. Single unified response schema.

Learn more →
🤖

AI Fraud Detection

Every response includes a 0–1 fraud score. ML model trained on 2B+ transactions.

Learn more →
🏷️

White-Label Portal

Deploy a fully branded card-check portal. Your domain, logo, and colours.

Learn more →

Sub-100ms Response

24 global PoPs. <80ms median. 99.99% uptime SLA with credit-backed guarantee.

Learn more →
🔐

PCI DSS Level 1

SOC 2 Type II certified. TLS 1.3. Card data never stored. Compliance built in.

Learn more →
📊

Analytics & Webhooks

Real-time usage dashboards, latency histograms, fraud event webhooks.

Learn more →

Live in Under
10 Minutes

Install the SDK, pass your card data, get structured JSON back — including a live fraud score on every single response.

01
Create account & get API keys — instantly
02
Install SDK or call REST directly
03
POST card data, receive balance + fraud score
04
Deploy to production with monitoring
See Full Guide →
quickstart.js
// npm install @cardping/sdk
import { CardPing } from '@cardping/sdk';

const client = new CardPing({
  apiKey: process.env.CARDPING_KEY
});

// Check any gift card, any network
const result = await client.ping({
  cardNumber: '6006-4913-0000-0011',
  pin:        '1234',
  network:    'visa_gift'
});

console.log(result.balance);    // 47.50
console.log(result.status);     // "active"
console.log(result.fraudScore); // 0.02

Start Free. Scale Seamlessly.

1,000 checks/month free — forever. No credit card needed. Volume discounts auto-apply.

Starter
$0
1K checks/mo
Get Started
MOST POPULAR
Growth
$299
100K checks/mo
Get Started
Enterprise
Custom
Unlimited
Contact Sales
See full plan comparison →

Ping Your First Card in Minutes.

Join 500+ companies. Free tier. No credit card required.

Create Free Account → Talk to Sales