Card Checker Bot β€” Telegram Bot for Live CC Checking with Stripe, Moon & Braintree APIs

Blacksec

Administrator
Staff member
πŸ€– CARD CHECKER BOT β€” TELEGRAM πŸ€–Live CC Checking β€’ Stripe β€’ Moon β€’ Braintree β€’ Multi-Gateway β€’ Real-Time Results

⚑ BOT OVERVIEW: Telegram bot for live credit card checking. Supports Stripe, Moon, Braintree, and custom gateway APIs. Real-time results with full response parsing (AVS, CVC, risk score). Running 24/7 with 99.9% uptime.

BOT COMMANDS
Code:
/start β€” Welcome message + usage guide
/check <cc> β€” Check single card (format: 4929111234567890|08|27|123)
/mcheck <cc1>,<cc2>,<cc3> β€” Multi-check (up to 10 cards, separated by commas)
/bin <bin> β€” BIN lookup (returns bank, country, type, level)
/gateway <stripe|moon|braintree> β€” Select gateway for check
/proxy <type> β€” Set proxy type (residential/datacenter/none)
/stats β€” Your usage statistics (cards checked, hit rate)
/balance β€” Your remaining balance (if prepaid plan)
/buy β€” Purchase packages (BTC/XMR)
/help β€” Full command list

Example:
  /check 4929111234567890|08|27|123
  
  Response:
  ═══ RESULT ═══
  CC: 492911******7890
  Gateway: Stripe
  Status: βœ… LIVE (CVV MATCH)
  Brand: VISA
  Level: CLASSIC
  Bank: BANK OF AMERICA
  Country: US
  AVS: Street Match βœ“ ZIP Match βœ“
  CVC: Pass βœ“
  Risk Score: 12/100 (Low)
  Funding: DEBIT
  Prepaid: NO
  Auth Amount: $1.00
  Response Time: 1.2s
  Checked: 2026-07-30 14:32:08 UTC

PRICING PLANS
PlanChecksPriceCost/CheckGateway Access
Starter100$10$0.10Stripe only
Standard500$35$0.07Stripe + Moon
Professional2,500$125$0.05All gateways + Priority
Enterprise10,000$400$0.04All gateways + Custom API + Priority
LifetimeUnlimited$1,500N/AEverything + VIP support

BOT FEATURES
Code:
Gateway rotation: Auto-selects best gateway per BIN
  - US Credit β†’ Stripe (highest auth rate)
  - US Debit β†’ Moon (less AVS strict)
  - EU β†’ Braintree (better EU success)
  - UK β†’ Stripe UK endpoint

Auto-void: Successful auths are voided automatically (no charge to cardholder)
  - Void window: 30 seconds
  - Success rate: 99% void success
  - Remaining auth: $1 hold drops after 7 days

BIN filtering:
  - Auto-skip: prepaid, corporate, high-risk BINs
  - Country filter: set preferred countries
  - Amount filter: skip cards under $X of available credit
  - Score filter: only return cards with risk score under threshold

Webhook integration:
  - POST results to your server/webhook URL
  - JSON format: {cc, status, brand, bank, avs, cvc, risk, gateway}
  - Real-time streaming via websocket (Enterprise plan)

Telegram: @BlackSecCardCheckerBot
Support: @BlackSecBotSupport

ACCESS
Code:
Send /start to @BlackSecCardCheckerBot on Telegram
Free trial: 5 checks (Stripe gateway only)
Purchase: send /buy in bot chat (BTC/XMR accepted)
24/7 support: @BlackSecBotSupport

πŸ€– Check faster, card smarter. Let the bot handle the auth. πŸ€–
 
Top