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.1.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 aipp_sdk-1.0.1.tar.gz.
File metadata
- Download URL: aipp_sdk-1.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7fa6e9c1fe61f53d75919ea138bd20bc0f5f07ca6a01e840f6c8a0584fafda2
|
|
| MD5 |
490a2025bcf083189dc5cf01f29e3cfb
|
|
| BLAKE2b-256 |
5e80a204e64b79353e4d6595d81d117a0f910d5f9bace7c7c40db76fa4154b47
|
File details
Details for the file aipp_sdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
8cf2f2498edb391c3264c21895470486065189a344aca95955434c08cffe4bf4
|
|
| MD5 |
3ad07155a94ca4b643736607307c6d21
|
|
| BLAKE2b-256 |
09e73b005a86eac6c0afe6bed4c7937fe801cba0bf3aa265002dddeebbf89d90
|