https://github.com/burhan/pyipay
An interface for the FSS iPay terminal integration. This is the successor to the e24PaymentPipe kit which is used in Kuwait by KNET.
https://github.com/burhan/pyipay
knet payments python3 sdk sdk-python
Last synced: 3 days ago
JSON representation
An interface for the FSS iPay terminal integration. This is the successor to the e24PaymentPipe kit which is used in Kuwait by KNET.
- Host: GitHub
- URL: https://github.com/burhan/pyipay
- Owner: burhan
- License: mit
- Created: 2019-03-31T08:11:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T05:38:32.000Z (about 1 year ago)
- Last Synced: 2025-08-29T10:38:09.839Z (about 1 month ago)
- Topics: knet, payments, python3, sdk, sdk-python
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=================================
FSS iPay Integration Kit (Python)
=================================.. image:: https://img.shields.io/pypi/v/fsspyipay.svg
:target: https://pypi.python.org/pypi/fsspyipay.. image:: https://readthedocs.org/projects/pyipay/badge/?version=latest
:target: https://pyipay.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://pyup.io/repos/github/burhan/pyipay/shield.svg
:target: https://pyup.io/repos/github/burhan/pyipay/
:alt: Updates.. image:: https://img.shields.io/pypi/pyversions/fsspyipay.svg
==========
DISCLAIMER
==========**This is an unofficial port and is not supported by FSS. Use at your own risk.**
The package name is `fsspyipay` to avoid conflicts.
Welcome
-------An interface for the FSS iPay terminal integration. This is the successor to the e24PaymentPipe kit which is used in Kuwait by KNET.
* Free software: MIT license
* Documentation: https://pyipay.readthedocs.io.Requirements
------------
* Python 3.6 at minimum. Python 3.7 recommended. Python 2 is **not supported**.
* You must already have the integration kit. The kit includes `resource.cgn`, `keystore.bin` and the alias.Notes
-----
In this initial release, only the payment functionality is available.The following features are planned for subsequent releases:
* refunds and inquiry
* compatibility with the raw interface
* hosted transactionsCredits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage