CC Killer
Bulk validate credit cards with our high-performance tool.
Overview
CC Killer is a bulk card validation tool that checks multiple cards at once against authentication gates to identify live cards. It's designed for high-volume operations.
Credit Cost
80 credits per batch (up to 100 cards).
Endpoint
Get Tool Info
Response:
Process Batch
Supported Gates
| Gateway | Status |
|---|---|
| Braintree | ✅ Live |
Request
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
cards | string[] | ✅ | Array of cards in format number|mm|yy|cvv |
gate | string | ❌ | Gate to use (default: braintree) |
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
results | array | Individual card results |
results[].cc | string | The card that was processed |
results[].status | string | live, dead, or error |
results[].message | string | Status message |
summary | object | Batch summary |
summary.total | number | Total cards processed |
summary.live | number | Number of live cards found |
summary.dead | number | Number of dead cards |
summary.errors | number | Number of errors |
creditsUsed | number | Credits charged for batch |
Credit Calculation
Credits are charged per batch (flat rate):
| Batch Size | Credits |
|---|---|
| 1-100 | 80 |
Example
Limits
- Maximum cards per batch: 100
- Minimum cards per batch: 1
- Cost: 80 credits per batch
Best Practices
- Pre-validate format - Ensure cards are in correct format before submitting
- Remove duplicates - Don't waste API calls on duplicate cards
- Check card status first - Use checkers to verify cards are live before killing