FamAPI Verify API — Python SDK
Project description
FamAPI Verify — Python SDK
pip install famapi-verify
Usage
from famapi import FamAPI
client = FamAPI(api_key="your_api_key_here")
payment = client.create_payment(amount=100)
print(payment["purpose"], payment["qr_image_url"])
result = client.verify_payment(purpose=payment["purpose"])
print(result["status"], result["message"])
client.complete_payment(purpose=payment["purpose"])
payments = client.get_payments(status="pending", limit=10)
time_info = client.get_payment_time(purpose=payment["purpose"])
csv = client.export_payments()
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
famapi_verify-0.3.0.tar.gz
(2.5 kB
view details)
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 famapi_verify-0.3.0.tar.gz.
File metadata
- Download URL: famapi_verify-0.3.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7c12624bd4fd7c07023a70398a5ccc2660360ff23b23efdc6a3e64a1456e051
|
|
| MD5 |
6c58d6fbf40b13b9f01718deac4b40fa
|
|
| BLAKE2b-256 |
58972472d9b27e8a5c4c7a8fcada1ba42279494a434eeac8b460f1fcd3fb4e1d
|
File details
Details for the file famapi_verify-0.3.0-py3-none-any.whl.
File metadata
- Download URL: famapi_verify-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
949c307bb8b5ac75bcd188c4783f45794a32de039913c8bc8ec0720d8a400a72
|
|
| MD5 |
2d30b836bad514b606f82e217349ecc5
|
|
| BLAKE2b-256 |
9e20c1ab1841075f7139b9d0bdd594d1ce9e798c73bbc11e8824c5475e67b3bc
|