The most powerful credit card checker API. Validate cards in real-time with gateway responses, BIN data, and bulk support.
Sign up for free and get your unique API key from the dashboard.
Navigate to Cards â API in your dashboard to find your key.
Make GET requests to the endpoint below with your key and card data.
https://dorkill.com/api/check?key=YOUR_API_KEY&card=NUMBER|MM|YYYY|CVV
| 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 |
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.
{
"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"
}
{
"card": "4594404447370964|01|27|615",
"status": "declined",
"response": "Your card was declined",
"bin": null,
"checked_at": "2026-08-21 12:00:00"
}
API.
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.
Not just a BIN check â our cc checker tests cards against live payment gateways for accurate results.
Every checked card automatically gets BIN data â card type (Visa/MC), bank name, country, and debit/credit classification.
Check hundreds of cards quickly using the API. Results appear in your dashboard with full filtering and export capabilities.
API key authentication, encrypted connections, and private dashboards. Your data stays yours.
Determine if a credit card is live (active) or dead (declined) using real gateway responses.
Check cards against Stripe, Braintree, Authorize.net and 10+ payment gateways.
Paste raw text from any source â our extractor automatically parses and detects card numbers.
View all results in a rich dashboard with filters, stats, and CSV/TXT export.
Automatic BIN lookup for every card â bank name, country, card type (Visa/MC/Amex).
Simple GET request API â integrate cc checking into any tool, bot, or script.
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.
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.
Yes. Use the bulk cc checker through the dashboard extractor, or make multiple API requests programmatically for mass card validation.
The API accepts cards in NUMBER|MM|YYYY|CVV format. The dashboard extractor can auto-detect cards from raw text in any format.
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.