A credit card processing utility with authentication and rate limiting.
Project description
Payezze
A Python utility for processing credit card information with authentication, rate limiting, and a command-line interface.
Installation
pip install payezze
Usage
Command Line Interface (CLI)
To process a single card:
payezze "<card_number>|<month>|<year>|<cvv>" --key <your_api_key>
Example:
payezze "5478240006742351|12|29|333" --key diwasxd6257
To process multiple cards from a file:
payezze --file <path_to_card_file.txt> --key <your_api_key>
Example:
payezze --file cards.txt --key diwasxd6257
Programmatic Usage
import payezze
card_details = "5478240006742351|12|29|333"
api_key = "diwasxd6257"
ip_address = "192.168.1.1" # Replace with actual IP address if applicable
result = payezze.process(card_details, api_key, ip_address)
print(result)
API Keys
diwasxd6257: Standard key with rate limiting (5 requests per 2 minutes per IP).diwaskhatri935: Paid key with no rate limits.
Rate Limiting and Troll Messages
If you exceed the rate limit with a standard key, you will receive a troll message:
Are you kidding me! You are trying to check more CCs? Gay, please stop.
Duplicate card submissions will also return the previously stored response.
Dependencies
requestscurl_cffibeautifulsoup4Faker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file payezze-0.0.1.tar.gz.
File metadata
- Download URL: payezze-0.0.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21bfbb8222da8be1c6faf75f2a8b4f1c971747e5b8fd612e4609bfeee07f3d7f
|
|
| MD5 |
b0d5aac9ba4f71daaccbd141ebc42630
|
|
| BLAKE2b-256 |
ee2f4db2ce198b985942fe01dd2a9e22068b2a053a61a31836ac24bf5b4cdda5
|
File details
Details for the file payezze-0.0.1-py3-none-any.whl.
File metadata
- Download URL: payezze-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccabfba8e132010153c677bc3caa6fdc959454528378c851316cfb90ba5eae79
|
|
| MD5 |
1b46d0a4c5c1e4d31b9ea3635b467387
|
|
| BLAKE2b-256 |
7e416df331530f93d975ff71f658164be1288b8c83bb2c382a99c060881e50c0
|