Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BraintreeCHK

Card checker gates braintree VBV lookup (3D Check's)

Python 3.12+ GitHub Stars GitHub Forks License Telegram


Jump To


How BraintreeCHK Works

BraintreeCHK is a lightweight Python tool for mass BIN card verification using the Braintree API.
It automatically performs VBV (Verified by Visa) and 3D Secure lookups to determine card validity and authentication support.
Using Braintree’s gateway, the tool checks whether each card supports VBV or 3D Secure, and identifies those that are active, require authentication, or are invalid.

During verification, Braintree communicates with Visa to retrieve key parameters such as:

  • liabilityShiftPossible — indicates if fraud liability can shift to the issuer
  • liabilityShifted — confirms if liability has shifted
  • status — e.g., authenticate_successful, attempt_successful, or failed

Results are automatically classified as LIVE (valid) or DEAD (invalid).
Fully compatible with Windows and Termux (Android) for fast, automated mass checking.

BraintreeCHK Preview 1
BraintreeCHK Preview 2


Features

  • Built with Python 3.12.0
  • Supports all devices
  • Automatically saves LIVE cards in real time
  • Supports both proxy and proxyless modes
  • Automatically rotates user agents for improved security
  • Utilizes 5 concurrent threads for faster validation
  • Green text (output) = LIVE card
  • Red text (output) = DEAD card

System Requirements

  • Python 3.12.0 or higher
  • pip requests, colorama, psutill distro, bs4, fake, pyfiglet, urllib3
  • Active internet connection

Installation Guide

# Termux (Android)
- termux-setup-storage
- pkg update && pkg upgrade
- pkg install python git nano -y

# Clone the repository
- git clone https://github.com/KianSantang777/BraintreeCHK.git
- cd BraintreeCHK
- pip install --upgrade pip
- chmod +x run.sh
- ./run.sh

Repository

GitHub Repo Stars Forks

Repository: github.com/KianSantang777/BraintreeCHK


Author

Kian Santang
GitHub: @KianSantang777
Telegram: xqndrs


License

License Subscription

This software is proprietary and requires an active monthly subscription to use.
Unauthorized copying, redistribution, or modification of the code is strictly prohibited.
For license purchase or renewal, please contact @xqndrs on Telegram.

© 2025 Kian Santang — All Rights Reserved.

Releases

Packages

Contributors

Languages