Python interface to (French) bank online credit card processing services
Go to file
Benjamin Dauvergne 9ae1c6d603 sips2; fix parameter name for email (fixes #9909) 2016-02-08 16:44:09 +01:00
debian Add 'debian/' from commit '50ea90445844f6d1e4180dad992e31be997a5463' 2015-04-02 19:32:22 +02:00
eopayment sips2; fix parameter name for email (fixes #9909) 2016-02-08 16:44:09 +01:00
tests refactor tests around py.test 2016-02-01 18:40:46 +01:00
.coveragerc add .coveragerc 2016-02-01 18:41:31 +01:00
.gitignore gitignore update (#7496) 2015-07-16 14:19:28 +02:00
MANIFEST.in distribute request & response 2015-07-17 10:52:51 +02:00
README.txt add sips2 backend (#9824) 2016-02-01 18:40:45 +01:00
jenkins.sh jenkins.sh: fix reference to authentic2 2015-07-16 14:32:42 +02:00
setup.py refactor tests around py.test 2016-02-01 18:40:46 +01:00
tox.ini refactor tests around py.test 2016-02-01 18:40:46 +01:00

README.txt

Python module to interface with French's bank online credit card processing
services.

Services supported are:
- ATOS/SIPS used by:
  - BNP under the name Mercanet,
  - Banque Populaire (before 2010/2011) under the name Cyberplus,
  - CCF under the name Elysnet,
  - HSBC under the name Elysnet,
  - Crédit Agricole under the name e-Transactions,
  - La Banque Postale under the name ScelliusNet,
  - LCL under the name Sherlocks,
  - Société Générale under the name Sogenactif
  - and Crédit du Nord under the name Webaffaires,
- SystemPay by Banque Populaire (since 2010/2011) and Caisse d'Épargne
- TIPI
- Ogone
- Paybox
- SPPlus by Caisse d'épargne (obsolete)

You can emit payment request under a simple API which takes as input a
dictionnary as configuration and an amount to pay. You get back a
transaction_id. Another unique API allows to handle the notifications coming
from those services, reporting whether the transaction was successful and which
one it was. The full content (which is specific to the service) is also
reported for logging purpose.

The spplus and paybox module also depend upon the python Crypto library for DES
decoding of the merchant key and RSA signature validation on the responses.

Changelog
=========

1.4
---
- add sips2 backend to conform with version 2.3 of their interface

1.3
---
- add payzen backend