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.1.tar.gz
(6.0 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.1.tar.gz.
File metadata
- Download URL: aipp_sdk-1.2.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82edc6632b6d41fff51a5d0cc25639a27ff511f9d6ade122c9bc001177614b3f
|
|
| MD5 |
35c098f664270262f4e6cb45e36d4e97
|
|
| BLAKE2b-256 |
960bf6cb53bf93858215f370fa5b3f3092436af6e66f735a0847d1c7b8f27249
|
File details
Details for the file aipp_sdk-1.2.1-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.2.1-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
33d3a2e6df598277308114a2698627410b6ff2db973e796f58f5bd76ad097c58
|
|
| MD5 |
8057f4dbda4e0f02eb1be6410888ae62
|
|
| BLAKE2b-256 |
2caee7e0d526326c4ecc785f81ea498fca938564c953a71442203e07eeeb0b1c
|