GmoPayment Python PyPackage
Python API Client for GMO Payment Gateway
Installation
Use the package manager pip to install foobar.
pip install GmoPayment
Usage
Sample calling ExecTran.idPass
from GmoPayment import Gateway, ResponseError
gmopg = Gateway(timeout=10, production=True)
try:
response = gmopg.tran.execute({'ShopID': 'shop_id', 'ShopPass': 'password', 'OrderID': 'ORDER0000001', 'JobCd': '1234', 'Amount': 1000})
except ResponseError as e:
print(e)
else:
print(response.data)
Parameter names conform to payment gateway specifications.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Release files for GmoPayment 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| GmoPayment-0.0.3.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| GmoPayment-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.6 kB
Release files / GmoPayment-0.0.3.tar.gz
| Download URL | GmoPayment-0.0.3.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1fd2f2fa8df75fd05b3486a8f4bfb7b62ab8f8ca0c42cfe4bd0cd523afe2fc26
|
|
BLAKE2b-256 checksum How to use checksums |
89dd313c24d1d388e0c46954df831f5c5e0fdb179e67aaab91be5663a8f5c30d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|
Release files / GmoPayment-0.0.3-py3-none-any.whl
| Download URL | GmoPayment-0.0.3-py3-none-any.whl |
|---|---|
| Size | 8.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
83e7bdb53056d83f7b66f60b9de71e3ae30c0bfc64d38c41a16c8873c0fcd85f
|
|
BLAKE2b-256 checksum How to use checksums |
20214d8e92bda1bb9a68880b58cf1c260b1334d6a484cf5a6c7a68d467dc9471
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|