Binance and Crypto Payment Checkout
Project description
binance-and-crypto-payment
Official Python SDK for Binance and Crypto Payment integration.
Installation
pip install binance-and-crypto-payment
Usage
from binance_and_crypto_payment import CryptoPaymentClient
client = CryptoPaymentClient("PUBLIC_KEY", "SECRET_KEY")
response = client.payment( invoice_id="INV001", amount=1.00, items=[{"name": "Product", "qty": "1", "price": "1.00"}], data={ "first_name": "John", "last_name": "Doe", "email": "john@example.com", "redirect_url": "https://example.com/success", "notify_url": "https://example.com/notify", "cancel_url": "https://example.com/cancel", } )
print(response)
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 binance_and_crypto_payment-0.1.0.tar.gz.
File metadata
- Download URL: binance_and_crypto_payment-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
792f8af5f0a68c65e7b354a7c5230abe0f0a54553b644654fa306ff32aa2b551
|
|
| MD5 |
ca4df2b7052211e07c77d1864ffe83bf
|
|
| BLAKE2b-256 |
9e7353567459038fbfa1dad0eaa973e2542ea796c3f36203e1c22bc29a9d27ac
|
File details
Details for the file binance_and_crypto_payment-0.1.0-py3-none-any.whl.
File metadata
- Download URL: binance_and_crypto_payment-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05091af6b51daab82d5648a714effef70568f756a371db2a5ef229155c863207
|
|
| MD5 |
e50aceabcfb7c6223a3f9fd82dd28e1e
|
|
| BLAKE2b-256 |
39bcff9b220602c6f958107a449ea7a39acd2387beac568604e73f1fe9bd3583
|