https://github.com/hivesolutions/easypay-api
API client for the Easypay service
https://github.com/hivesolutions/easypay-api
api client easypay python rest
Last synced: 11 months ago
JSON representation
API client for the Easypay service
- Host: GitHub
- URL: https://github.com/hivesolutions/easypay-api
- Owner: hivesolutions
- Created: 2014-04-02T16:37:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:58:59.000Z (over 1 year ago)
- Last Synced: 2025-07-18T09:57:38.966Z (11 months ago)
- Topics: api, client, easypay, python, rest
- Language: Python
- Homepage: http://easypay-api.hive.pt
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Easypay API](http://easypay-api.hive.pt)
API client for the [Easypay](https://www.easypay.pt) 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](https://www.easypay.pt) 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:
```bash
pip install easypay-api
```
## Quick Start
Here’s a simple example of how to use the Easypay API client:
```python
import easypay
client = easypay.Api(account_id="your_account_id", key="your_key")
payment = client.generate_payment(100, method="mb")
print(payment)
```
## Resources
- [Easypay API Docs](https://docs.easypay.pt/)
- [Easypay Admin](https://id.easypay.pt/)
- [Easypay Admin Test](https://id.test.easypay.pt/)
## Support
For more information, visit the [Easypay API Documentation](https://docs.easypay.pt/) or contact Easypay support.
## License
Easypay API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/easypay-api/actions)
[](https://coveralls.io/r/hivesolutions/easypay-api?branch=master)
[](https://pypi.python.org/pypi/easypay-api)
[](https://www.apache.org/licenses/)