e24PaymentPipe

https://badge.fury.io/py/e24PaymentPipe.png https://travis-ci.org/burhan/e24PaymentPipe.png?branch=master https://pypip.in/d/e24PaymentPipe/badge.png

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.

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

Todo

  • Add support for credit card payments, including refunds.
  • Create comprehensive test suite
  • Add support for Python 3 Under Development