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.2.tar.gz
(2.6 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.2.tar.gz.
File metadata
- Download URL: aipp_sdk-1.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa7408fdf56fe17af5146a78209cddf4a4089a62b3082658cfa6be79143c37b2
|
|
| MD5 |
c419dececc9eda6e529a9b127f73662f
|
|
| BLAKE2b-256 |
87ae02379ea63edb6428d3fb0448cc2b219182fa15b509a47cf02e78fad7cc4d
|
File details
Details for the file aipp_sdk-1.0.2-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 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 |
9e76c38bd56bae74d088815edd9b146e79fc2424c939d922224a4073edc3929d
|
|
| MD5 |
3b6561b24060df610be9a5952e82f6ad
|
|
| BLAKE2b-256 |
d03cc2b00c20a4fe90af7ea0fd58366fb2f5d5fc72e43389ff377987d0c3cb16
|