This package provides a Python implementation for ACI's e24PaymentPipe Merchant Gateway
Project description
This package provides a Python implementation for ACI’s e24PaymentPipe Merchant Gateway
Free software: BSD license
Documentation: http://e24PaymentPipe.rtfd.org.
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
No external dependencies
Compatible with Python 3.4, Python 2.7
Todo
Add support for credit card payments, including refunds.
Create comprehensive test suite
History
1.2.0 (2015-12-29)
Now compatible with Python 3.4!
Added requests as a dependency
1.1.2 (2014-11-03)
Fixed issue iterating over UDF dictionary keys
Fixed issue where unicode was being passed to sanitize unicode strings are not allowed in UDF fields
1.1 (2014-08-12)
Refactored class methods to utils.py
PEP-8 cleanup
Version bump
0.1.0 (2011-02-12)
First release on Github.
0.1.1 (2011-02-14)
Added custom exceptions
0.1.2 (2011-12-16)
Optimized error checking
Added character filters for UDF as per latest payment provider update
0.2.0 (2011-12-28)
Version branch created with major changes in the codebase
Cleaned up the API and interface