Projet

Général

Profil

0002-update-README-and-docstrings-47539.patch

Benjamin Dauvergne, 11 octobre 2020 09:17

Télécharger (2,67 ko)

Voir les différences:

Subject: [PATCH 2/2] update README and docstrings (#47539)

 README.txt            | 13 +++++++------
 eopayment/__init__.py |  8 ++++++--
 2 files changed, 13 insertions(+), 8 deletions(-)
README.txt
2 2
===================================================================
3 3

  
4 4
Services supported are:
5
- ATOS/SIPS used by:
5
- ATOS/SIPS v2 used by:
6 6
  - BNP under the name Mercanet,
7 7
  - Banque Populaire (before 2010/2011) under the name Cyberplus,
8 8
  - CCF under the name Elysnet,
......
12 12
  - LCL under the name Sherlocks,
13 13
  - Société Générale under the name Sogenactif
14 14
  - and Crédit du Nord under the name Webaffaires,
15
- SystemPay by Banque Populaire (since 2010/2011) and Caisse d'Épargne
16
- TIPI
15
- Payzen/SystemPay v2 by Banque Populaire (since 2010/2011) and Caisse d'Épargne (Natixis)
16
- TIPI/PayFiP Régie
17
- PayFiP Régie Web-service
17 18
- Ogone
18 19
- Paybox
19
- SPPlus by Caisse d'épargne (obsolete)
20 20
- Payzen
21 21

  
22 22
You can emit payment request under a simple API which takes as input a
......
34 34
- Payzen
35 35
- SIPS
36 36
- SystemPay
37
- PayFiP Régie Web-Service
37 38

  
38 39
For other backends, the order and transaction ids, separated by '!' are sent in
39 40
order id field, so they can be matched in backoffice.
40 41

  
41
PayFiP
42
======
42
PayFiP Régie Web-Service
43
========================
43 44

  
44 45
You can test your PayFiP regie web-service connection with an integrated CLI utility:
45 46

  
eopayment/__init__.py
86 86

  
87 87
       Supported backend of French banks are:
88 88

  
89
        - TIPI/PayFiP
89 90
        - SIPS 2.0, for BNP, Banque Populaire (before 2010), CCF, HSBC, Crédit
90 91
          Agricole, La Banque Postale, LCL, Société Générale and Crédit du
91 92
          Nord.
92
        - spplus for Caisse d'épargne
93
        - systempay for Banque Populaire (after 2010)
93
        - SystemPay v2/Payzen for Banque Populaire and Caise d'Epargne (Natixis, after 2010)
94
        - Ogone
95
        - Paybox
96
        - Mollie (Belgium)
97
        - Keyware (Belgium)
94 98

  
95 99
       For SIPs you also need the bank provided middleware especially the two
96 100
       executables, request and response, as the protocol from ATOS/SIPS is not
97
-