Card checker gates braintree VBV lookup (3D Check's)
- Overview
- How BraintreeCHK Works
- Features
- System Requirements
- Installation Guide
- Repository
- Author
- License
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 issuerliabilityShifted— confirms if liability has shiftedstatus— e.g.,authenticate_successful,attempt_successful, orfailed
Results are automatically classified as LIVE (valid) or DEAD (invalid).
Fully compatible with Windows and Termux (Android) for fast, automated mass checking.
- 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
- Python 3.12.0 or higher
- pip
requests, colorama, psutill distro, bs4, fake, pyfiglet, urllib3 - Active internet connection
# 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.shRepository: github.com/KianSantang777/BraintreeCHK
Kian Santang
GitHub: @KianSantang777
Telegram: xqndrs
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.

