Official Furlpay server-side SDK for Python — stablecoin payments, wallets, cards, investing & webhooks
Project description
Furlpay Python SDK
pip install furlpay
import os
from furlpay import Furlpay, construct_event
client = Furlpay(api_key=os.environ["FURLPAY_API_KEY"])
# Place a fractional order
order = client.investing_create_order(symbol="AAPL", side="buy", notional=25)
# Verify an incoming webhook (e.g. in a Flask route)
event = construct_event(
request.data,
request.headers.get("furlpay-signature"),
os.environ["FURLPAY_ENDPOINT_SECRET"],
)
Uses only the Python standard library — no runtime dependencies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
furlpay-0.1.0.tar.gz
(4.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 furlpay-0.1.0.tar.gz.
File metadata
- Download URL: furlpay-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
569df2c82c812fa073183673b22fde2fadd2a1c9e0e938d9b9bed4078ec3b432
|
|
| MD5 |
d4b1982ca41aa4bdbb6973f2995cfeab
|
|
| BLAKE2b-256 |
bdb90de6e50faecb00fac197dee6908d0a43f2212f630f4ed442f6cc37ae047b
|
File details
Details for the file furlpay-0.1.0-py3-none-any.whl.
File metadata
- Download URL: furlpay-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8faf186d7e548076518613ce3d2d2ddeb70183281f4b0290ee4ab913b2e08560
|
|
| MD5 |
ec0f249fbed240e8ea47f90f23c4ea9d
|
|
| BLAKE2b-256 |
68ed5452eb05f6b9464f5b3cc811f1690a31808a06f9dfffe6219121a8e931cc
|