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.0.0.tar.gz
(2.4 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.0.0.tar.gz.
File metadata
- Download URL: aipp_sdk-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0cd668fdb10a694731ab7683e7aeebd3a6718b26cb110d93f9f2644c4236f5b
|
|
| MD5 |
c186861cb12e2c9a55adfeacf83d34f7
|
|
| BLAKE2b-256 |
fa37d55888d34303f5b8776b906a5d5a6e3e4a428139935606f61c3b2ebcc44e
|
File details
Details for the file aipp_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc69d4bc6247d83fcb6a1cab6cebcd1b4527af9e02fd381db85fc69d2d264ac3
|
|
| MD5 |
ccabc576bbd529718a499c1d2136fc46
|
|
| BLAKE2b-256 |
ac769b79f21bd31d8c6c2c40d35e326c1b43173a834644974d1a7385072ef869
|