Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.41 KB

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.

image

image

image

image

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
  • Compatible with Python 3.4, Python 2.7

Todo

  • Add support for credit card payments, including refunds.
  • Create comprehensive test suite