https://github.com/burhan/e24paymentpipe
ACI Merchant Gateway PaymentPipe Python Implementation
https://github.com/burhan/e24paymentpipe
knet payments python
Last synced: 7 months ago
JSON representation
ACI Merchant Gateway PaymentPipe Python Implementation
- Host: GitHub
- URL: https://github.com/burhan/e24paymentpipe
- Owner: burhan
- License: bsd-3-clause
- Created: 2011-02-12T20:48:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T21:46:26.000Z (over 1 year ago)
- Last Synced: 2024-05-21T22:49:31.549Z (over 1 year ago)
- Topics: knet, payments, python
- Language: Python
- Homepage:
- Size: 325 KB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
e24PaymentPipe
==============> **Notice of Incompatibility** (2019-March)
>
> `KNET`, the payment network in Kuwait has upgraded their paymenent gateway provider. This kit does not work with the new terminal configuration; an updated kit is under development and you can follow the progress [here](https://github.com/burhan/pyipay).



This package provides a Python implementation for ACI's e24PaymentPipe Merchant Gateway
> **Note**
>
> For legacy reasons, the name of the module is kept the same as the one from ACI's toolkit. This does not conform to PEP-8 guidelines.- Free software: BSD license
- Documentation: .Features
--------- Written in Python from scratch (not an existing port)
- Supports both newer and legacy terminal resource (.cgn) file formats
- Reasonably well documented
- Proven code - running in production since 2011
- Compatible with Python 3.4, Python 2.7Todo
----- Add support for credit card payments, including refunds.
- Create comprehensive test suite