Official Python SDK for AIPP - The Lightning Network Split-Payment Gateway
Project description
AIPP Python SDK
Official Python client for the AIPP API (The Lightning Network Split-Payment Gateway).
Installation
pip install aipp-sdk
Usage
from aipp import Aipp
client = Aipp(api_key="your_api_key_here")
# Create a charge
charge = client.create_charge(amount_sats=500, memo="Test payment")
print(f"Pay this invoice: {charge.payment_request}")
# Check status
status = client.get_charge(charge.payment_hash)
print(f"Status: {status.status}")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aipp_sdk-1.2.2.tar.gz
(6.9 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 aipp_sdk-1.2.2.tar.gz.
File metadata
- Download URL: aipp_sdk-1.2.2.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5222199aff5905867ff7e70c51e9aa7488bb053ab6fca2d97d9007b8d56ca21c
|
|
| MD5 |
75f4771f92027c2a5ef62b388f012fdc
|
|
| BLAKE2b-256 |
ee5d5d510bbe7ee0ef0efc9cea0acf0f39a11aec90d1d40c36bca57cfdf1d052
|
File details
Details for the file aipp_sdk-1.2.2-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.2.2-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a0a1d6d7733104ea1e594295eb6583a52bd6d7b4ed5f034d1c7329cde0db87e
|
|
| MD5 |
dbbd6c90c15ed2f4692d0e2f83a2d5c6
|
|
| BLAKE2b-256 |
763a627c77fc7d4bb23156ad8fa2fb51e1d7bc86a384970d7be8efba366ef72e
|