Credit Card Checker API — CC Checker

The most powerful credit card checker API. Validate cards in real-time with gateway responses, BIN data, and bulk support.

🚀 Quick Start

1
Create an Account

Sign up for free and get your unique API key from the dashboard.

2
Get Your API Key

Navigate to Cards → API in your dashboard to find your key.

3
Start Checking

Make GET requests to the endpoint below with your key and card data.

🔗 Endpoint

GET
https://dorkill.com/api/check?key=YOUR_API_KEY&card=NUMBER|MM|YYYY|CVV

📋 Parameters

Parameter Type Required Description
key String Required Your unique API key (found in dashboard)
card String Required Card data in format: NUMBER|MM|YYYY|CVV

đŸ’ģ Example Request

curl "https://dorkill.com/api/check?key=YOUR_API_KEY&card=4594404447370964|01|27|615"

Replace YOUR_API_KEY with your actual API key from the dashboard.

đŸ“Ļ Response Examples

✅ Valid Card
{
  "card": "4594404447370964|01|27|615",
  "status": "valid",
  "response": "Card change successful",
  "bin": "DEBIT - VISA - BANK NAME - USA",
  "checked_at": "2026-08-21 12:00:00"
}
❌ Declined Card
{
  "card": "4594404447370964|01|27|615",
  "status": "declined",
  "response": "Your card was declined",
  "bin": null,
  "checked_at": "2026-08-21 12:00:00"
}

â„šī¸ Important Notes

  • â€ĸ All cards checked via the API will automatically appear in your All Cards dashboard with source marked as API.
  • â€ĸ Valid cards will automatically get BIN data (card type, bank name, country).
  • â€ĸ Keep your API key private. Anyone with your key can check cards on your behalf.
  • â€ĸ API responses are returned in JSON format.

🔍 What is a CC Checker?

A CC checker (credit card checker) is a security research tool used to validate whether a credit card number is active or inactive. Dorkill's CC checker API allows researchers to programmatically test cards against real payment gateways like Stripe, Braintree, and Authorize.net to determine if a card is live or dead.

Unlike basic BIN checkers that only validate card number format, our credit card validator performs real gateway authorization to give you accurate live/dead results with detailed response messages.

⚡ Why Use Dorkill's CC Checker API?

đŸ”Ĩ Real Gateway Validation

Not just a BIN check — our cc checker tests cards against live payment gateways for accurate results.

📊 Auto BIN Lookup

Every checked card automatically gets BIN data — card type (Visa/MC), bank name, country, and debit/credit classification.

🚀 Bulk CC Checker

Check hundreds of cards quickly using the API. Results appear in your dashboard with full filtering and export capabilities.

🔒 Secure & Private

API key authentication, encrypted connections, and private dashboards. Your data stays yours.

đŸ› ī¸ CC Checker Features

CC Live/Dead Check

Determine if a credit card is live (active) or dead (declined) using real gateway responses.

Multi-Gateway Support

Check cards against Stripe, Braintree, Authorize.net and 10+ payment gateways.

Smart Extractor

Paste raw text from any source — our extractor automatically parses and detects card numbers.

Dashboard & Export

View all results in a rich dashboard with filters, stats, and CSV/TXT export.

BIN Database

Automatic BIN lookup for every card — bank name, country, card type (Visa/MC/Amex).

REST API Access

Simple GET request API — integrate cc checking into any tool, bot, or script.

❓ Frequently Asked Questions

What is a CC checker and how does it work?

A CC checker is a tool that validates credit card numbers by testing them against real payment gateways. Dorkill sends a small authorization request to determine if the card is active (live) or inactive (dead), then returns the result with BIN data.

Is this CC checker free to use?

Yes, Dorkill offers a free tier with access to the cc checker API. Sign up for a free account to get your API key and start checking cards immediately.

Can I check multiple cards at once?

Yes. Use the bulk cc checker through the dashboard extractor, or make multiple API requests programmatically for mass card validation.

What card formats are supported?

The API accepts cards in NUMBER|MM|YYYY|CVV format. The dashboard extractor can auto-detect cards from raw text in any format.

Which payment gateways are supported?

Dorkill supports 10+ gateways including Stripe, Braintree, Authorize.net, Square, and more. The gateway is automatically selected based on the card BIN for optimal results.

Start Checking Cards Now
Free CC checker API — sign up and get your key in seconds
Get Free API Key →
Dorkill Dorkill © 2026 All rights reserved.