Skip to content

hivesolutions/easypay-api

Repository files navigation

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

Build Status Coverage Status PyPi Status License