Natural Payments SDK
Project description
naturalpay
Natural Payments SDK
Installation
pip install naturalpay
# or
uv add naturalpay
Quick Start
from naturalpay import NaturalClient
client = NaturalClient(api_key="pk_sandbox_xxx")
# Create a payment
payment = await client.payments.create(
recipient_email="alice@example.com",
amount=50.00,
memo="For consulting"
)
print(payment.transfer_id) # txn_abc123
MCP Server
Run the MCP server for AI agent integrations:
naturalpay mcp serve
Documentation
License
MIT
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
naturalpay-0.0.3.tar.gz
(12.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 naturalpay-0.0.3.tar.gz.
File metadata
- Download URL: naturalpay-0.0.3.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2420f1950e5740a0eb93035ed94d3a405de0e57bbf50fe642d1d571a57902bd8
|
|
| MD5 |
bbcc6f750ed1c44df64535cc426aeacd
|
|
| BLAKE2b-256 |
d732f76c9e44d1f7bc23570e37b118b3d41d0cbc8af660925b342a62d983a2d3
|
File details
Details for the file naturalpay-0.0.3-py3-none-any.whl.
File metadata
- Download URL: naturalpay-0.0.3-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd01ef12dbd45befb5d08a7e049c6890dc4d1a3bf8cc22d8605bc76aeaff0d4
|
|
| MD5 |
5a88e13f625b8e4ba110365d5aa309f3
|
|
| BLAKE2b-256 |
5292896524de58be3cfd0bda1e45b985ec1c302c1550431fc022914851e99d55
|