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.3.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.3.tar.gz.
File metadata
- Download URL: aipp_sdk-1.2.3.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 |
af58cd15f9a2974596920a442e601d954fb7c142f04341b6549153dfc964e4fa
|
|
| MD5 |
a7ed529d495447d3650c07384320a396
|
|
| BLAKE2b-256 |
acab8e1d8ca721f9ea04520d42edcbad797ba3c443919fe5107ab59c5e237c0b
|
File details
Details for the file aipp_sdk-1.2.3-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.2.3-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 |
b42e63e57fd7eb427c86a13f0012c64605c394d185855e272c87160a22ea0d96
|
|
| MD5 |
d34ba6d903d3f0dd699ac9c4b29bc60e
|
|
| BLAKE2b-256 |
3f52af76c1af2bddb7ed3248f12dfb23b6152709ce202c6bb4e7b1fad848dc0c
|