Official Python SDK for Paysgator API
Project description
Paysgator Python SDK
Official Python client for the Paysgator API.
Installation
pip install paysgator
Usage
from paysgator import PaysgatorClient
client = PaysgatorClient(api_key="YOUR_API_KEY", wallet_id="YOUR_WALLET_ID")
# Create a payment link
link = client.payment_links.create(
title="My Product",
amount=100.0,
currency="MZN",
return_url="https://example.com/callback"
)
print(link.url)
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
paysgator-0.1.0.tar.gz
(3.3 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 paysgator-0.1.0.tar.gz.
File metadata
- Download URL: paysgator-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b51e880b77ff6e2041358104b0e0a8693f61068183903d9533b484c498462783
|
|
| MD5 |
b71f05dbda813e087edf0d20a6d68ee3
|
|
| BLAKE2b-256 |
5c98925f7674027e00e63bb29c8bdb6b7fa27abcb3d8c480011ff27875d51a0a
|
File details
Details for the file paysgator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: paysgator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55f26fbc600910af780d77adb1544ad98a682a35ef9ea0bedff8601a9ea22d6e
|
|
| MD5 |
493e17dd75991ed1e689bf2edeeb318b
|
|
| BLAKE2b-256 |
82904cf722ba1223bf64d08835152d130d1081fd9785ceb8ddea68108029c70d
|