A client library for Sentoo.io
Project description
python-sentoo
A client library for Sentoo
Installation
You can install the library using pip:
pip install sentoo
Usage
To use the library, import it and create a client instance:
from sentoo import Sentoo
sentoo = Sentoo(secret='your_secret', merchant_id='your_merchant_id')
Documentation
The Sentoo client provides the following methods:
Creating a transaction
# Create a new transaction
response = sentoo.transaction_create(
sentoo_amount=1000, # Amount in cents
sentoo_description="Payment description",
sentoo_currency="ANG", # Supported: ANG, AWG, USD, EUR, XCD
sentoo_return_url="https://your-site.com/callback",
# Optional parameters
sentoo_customer="customer_id", # Optional customer identifier
sentoo_expires="2023-12-31T23:59:59", # Optional expiration date
sentoo_2nd_currency="USD", # Optional secondary currency
sentoo_2nd_amount="1200" # Optional secondary amount
)
Canceling a transaction
# Cancel an existing transaction
response = sentoo.transaction_cancel(
transaction_id="transaction_id"
)
Checking transaction status
# Check the status of a transaction
response = sentoo.transaction_status(
transaction_id="transaction_id"
)
Getting payment processors
# Get available payment processors for a transaction
response = sentoo.transaction_processors(
transaction_id="transaction_id"
)
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
sentoo-0.2.0.tar.gz
(18.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 sentoo-0.2.0.tar.gz.
File metadata
- Download URL: sentoo-0.2.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21c4cedd290431bc7ae7a1cfbca7467e4a89c853eba6130f68fcd1df153116d3
|
|
| MD5 |
2555b2e20a9e16b3620af08c48202125
|
|
| BLAKE2b-256 |
4c5800360df618c4358e06e5800a4996d7da85892b0ff18f600ecc925790e949
|
File details
Details for the file sentoo-0.2.0-py3-none-any.whl.
File metadata
- Download URL: sentoo-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244ad9157c5753caf8a9ea37cc2391630cd103177c033371e27085276490aa10
|
|
| MD5 |
1da2267ee6c631ecf738e997d79452ed
|
|
| BLAKE2b-256 |
40746795887ed50b9d183d9f4efd8823f2f9e778e444e5201027e49ffbf2cd21
|