Easypay API
API client for the Easypay service, conformant with the typical Python API client provided by Hive Solutions.
The Easypay API client provides a simple and convenient way to interact with the Easypay payment gateway. This client allows developers to integrate payment processing, manage transactions, and perform other operations using Easypay services in their Python applications.
Installation
Install the package using pip:
pip install easypay-api
Quick Start
Here’s a simple example of how to use the Easypay API client:
import easypay
client = easypay.Api(account_id="your_account_id", key="your_key")
payment = client.generate_payment(100, method="mb")
print(payment)
Resources
Support
For more information, visit the Easypay API Documentation or contact Easypay support.
License
Easypay API is currently licensed under the Apache License, Version 2.0.
Build Automation
Release files for easypay-api 0.3.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easypay-api-0.3.11.tar.gz | 10.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| easypay_api-0.3.11-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 25.2 kB
Release files / easypay-api-0.3.11.tar.gz
| Download URL | easypay-api-0.3.11.tar.gz |
|---|---|
| Size | 10.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
10f753a40d7a013e504d2d1b97540b587139e10c341077127191d9d5287fefe8
|
|
BLAKE2b-256 checksum How to use checksums |
415168f115194383cbd288ab447d91258f719519307f0c0db5e56eff76e84d15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
|
Release files / easypay_api-0.3.11-py2.py3-none-any.whl
| Download URL | easypay_api-0.3.11-py2.py3-none-any.whl |
|---|---|
| Size | 14.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f2070c1932c508446ebc9d1f9040340790e55812963080376cbff31c5ab9f518
|
|
BLAKE2b-256 checksum How to use checksums |
a0d27e6c91d68823450774c22a240dede434d5186228b27c90ac88de31779242
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.0 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
|