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.2.tar.gz
(1.2 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.2.tar.gz.
File metadata
- Download URL: naturalpay-0.0.2.tar.gz
- Upload date:
- Size: 1.2 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 |
dc29c5bffedc6a359c6c84b97dcdf648ac40442b9e5a1e8c0e6cd7cc9e11f894
|
|
| MD5 |
1767b0ecb79ace9e16ecaad4735186c4
|
|
| BLAKE2b-256 |
9f8bab2c3e42ec5810a2ade71167665e60bfbe03caf2f379e55aeb93fa024529
|
File details
Details for the file naturalpay-0.0.2-py3-none-any.whl.
File metadata
- Download URL: naturalpay-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.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 |
8d3f92884a3cd5f3b7363cfa10da695a68e44989a331d4862f78a05c96cc1beb
|
|
| MD5 |
1f090acad4c4892e6c06bc4ded3b7abb
|
|
| BLAKE2b-256 |
93df500c9964d1869bd26d0913b0668b574bd18c262c6e2064d41d07c51db1e7
|