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.
Install the package using pip:
pip install easypay-api
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)
For more information, visit the Easypay API Documentation or contact Easypay support.
Easypay API is currently licensed under the Apache License, Version 2.0.