Skip to main content

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:

# Using uvx (recommended)
uvx naturalpay mcp serve

# Or using python module
python -m naturalpay mcp serve

# With SSE transport
uvx naturalpay mcp serve --transport sse --port 8080

Note: We recommend uvx or python -m over global installation to avoid conflicts if you also use the TypeScript SDK (npx @naturalpay/sdk).

Documentation

License

MIT

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

naturalpay-0.0.7.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

naturalpay-0.0.7-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file naturalpay-0.0.7.tar.gz.

File metadata

  • Download URL: naturalpay-0.0.7.tar.gz
  • Upload date:
  • Size: 18.4 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

Hashes for naturalpay-0.0.7.tar.gz
Algorithm Hash digest
SHA256 d01ac480b5d66edcef80ea3a37360832f87c0feb9063bcd5d10669cc455efc5c
MD5 7f53125bdf041498bcf74ad61316cd47
BLAKE2b-256 4a542408c467a6ead5ed7c284988308d3d042915675413ea768e7e98c6eca626

See more details on using hashes here.

File details

Details for the file naturalpay-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: naturalpay-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 27.1 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

Hashes for naturalpay-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7987ddb47228da427cbfd60ead2365cb7004c2e5b06b3a7b2954c6b71dff4ceb
MD5 a70e34467e4a816943a7ed48bb748c4a
BLAKE2b-256 d3babbd771bbf79a91cde91bbc56f04622228811899fef935878c25cd1503af2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page