Commit Graph

73 Commits

Author SHA1 Message Date
Benjamin Dauvergne 0e4f6f248e add Saga payment method (#46502) 2020-11-03 17:39:07 +01:00
Benjamin Dauvergne 5b5f4c165b misc: add payment_status method to Payment (#47670) 2020-11-03 17:21:03 +01:00
Benjamin Dauvergne f1fbcc6982 misc: add an EXPIRED status code (#47670) 2020-10-30 09:57:48 +01:00
Benjamin Dauvergne 7f54812533 systempayv2: add support for chosen transaction_id (#48064) 2020-10-29 17:53:13 +01:00
Benjamin Dauvergne 27e2b29a7f update README and docstrings (#47539) 2020-10-12 15:46:41 +02:00
Benjamin Dauvergne 4f77d05222 remove spplus module (#47539) 2020-10-12 15:46:41 +02:00
Serghei Mihai 68242bd435 misc: do not convert parameters to text (#46520) 2020-09-11 11:52:37 +02:00
Serghei Mihai 24459e80d0 misc: do not force to text boolean parameters (#46520) 2020-09-10 16:00:33 +02:00
Valentin Deniaud daa57ffa2e add mollie payment method (#28933) 2020-05-15 15:41:53 +02:00
Valentin Deniaud 18764204cd add keyware payment method (#39377) 2020-04-21 17:10:04 +02:00
Benjamin Dauvergne 377305a8d1 misc: re-export PaymentException from eopayment 2020-04-10 15:36:48 +02:00
Benjamin Dauvergne 768f65f72f misc: style, PEP8 2020-04-10 11:56:48 +02:00
Valentin Deniaud cc11879051 misc: import PaymentException in __init__.py (#40353) 2020-03-02 17:36:43 +01:00
Benjamin Dauvergne 02b168968c declare payfip_ws backend (#39041) 2020-01-16 18:04:45 +01:00
Emmanuel Cazenave b113829f2e expose transaction capabilities (#32969)
And implement the first one, manual validation for
systempayv2 and paybox.
2019-05-14 17:53:56 +02:00
Emmanuel Cazenave 980ab967ba allow arbitrary date for deferred payment (#26992) 2018-11-12 15:18:10 +01:00
Frédéric Péters 887832bc5f add python3 compatibility (#23720) 2018-07-26 16:25:28 +02:00
Frédéric Péters fe53eb36df introduce a new "WAITING" status and use it for ogone (#19358) 2017-10-11 10:15:08 +02:00
Serghei Mihai 14f3ad8389 make unicode all API input params (#13624) 2016-10-20 15:58:18 +02:00
Serghei Mihai b8e60c72d2 systempayv2, sips2: update fields for passing user full name (#12447)
Log input params at backends initialization.
2016-09-12 14:09:12 +02:00
Frédéric Péters ef64632a7e add support for sips2 cancel/validate cash management operations (#12761) 2016-07-27 13:10:57 +02:00
Serghei Mihai e1b419b2d6 add TIPI in payment backends (#10902) 2016-05-12 10:50:11 +02:00
Frédéric Péters 60a71c626e general: check responses for required attributes as 1st processing step (#9729) 2016-03-09 22:31:40 +01:00
Frédéric Péters a7dcc7a5e5 general: give same signature to all Payment object constructors (#10030) 2016-02-18 16:29:01 +01:00
Frédéric Péters b69cefbfa8 standardise normal_return_url and automatic_return_url options (#9998) 2016-02-16 18:20:48 +01:00
Benjamin Dauvergne 1d659b1b21 add sips2 backend (#9824)
It implements the interface version 2.3 of SIPS.
2016-02-01 18:40:45 +01:00
Benjamin Dauvergne 6990c40857 remove __version__ 2015-11-30 13:21:48 +01:00
Benjamin Dauvergne 8c0def0c29 implement payzen backend by inheriting systempayv2 (fixes #8854) 2015-11-19 10:47:22 +01:00
Benjamin Dauvergne 7f18a88b4d eopayment: finish paybox backend (fixes #7496)
- add error codes reference
- add paybox RSA public key
- add RSA signature verification
- add test and production URLs
- implement the Payment class
2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 55a4f119d6 eopayment: fix Payment.request() docstring (#7496) 2015-07-16 14:19:28 +02:00
Benjamin Dauvergne 768545df13 eopayment: make all response() methods accept **kwargs (#7496) 2015-07-16 14:19:28 +02:00
Frédéric Péters ee846bd5ed fix CANCELLED constant name, keep typo for backward compatibility (#7006) 2015-04-21 16:38:30 +02:00
Benjamin Dauvergne f846e702eb Remove dictionnary comprehensions to be compatible with Python 2.6 2015-03-09 09:53:47 +01:00
Benjamin Dauvergne 16d4ddbb05 Add get_backends() function (#6434) 2015-03-05 19:13:59 +01:00
Benjamin Dauvergne f51d828e26 Import more symbols into eopayment 2015-03-05 17:08:31 +01:00
Benjamin Dauvergne 111a62b835 Add new backend for Ogone 2015-03-05 16:25:54 +01:00
Benjamin Dauvergne 1defd73f9b Remove default logger on payment methods, build it based on the real class module 2015-03-05 16:25:53 +01:00
Benjamin Dauvergne e0b789fb3c Use doctests as parts of tests, fix some of them 2015-03-05 16:23:50 +01:00
Thomas NOËL 1ed33d046c add eopayment.TIPI 2014-03-26 16:19:02 +01:00
Benjamin Dauvergne 35ec4728f1 bump release to 0.0.22 2013-12-11 11:01:55 +01:00
Benjamin Dauvergne d2e123975b bump version to 0.0.20 2013-05-15 15:20:44 +02:00
Benjamin Dauvergne a4b47d91f4 Merge branch 'master' of git://github.com/strycore/eopayment
Conflicts:
	eopayment/systempayv2.py
2013-03-29 18:45:36 +01:00
Benjamin Dauvergne 5ce6dc0f84 bump version to 0.0.19 2012-11-23 09:48:11 +01:00
Benjamin Dauvergne 52a439aa0b bump version to 0.0.18 2012-10-05 16:10:54 +02:00
Benjamin Dauvergne 882bba7d25 bump version to 0.0.17 2012-10-05 10:48:24 +02:00
Benjamin Dauvergne b229f91ce1 bump version to 0.0.16 2012-10-03 17:54:44 +02:00
Benjamin Dauvergne fb1d82eedb bump version to 0.0.15 2012-10-03 17:34:02 +02:00
Benjamin Dauvergne 8c63a9b060 bump version to 0.0.14 2012-10-03 17:31:25 +02:00
Benjamin Dauvergne 368b20f4a5 bump version to 0.0.13 2012-10-03 17:30:52 +02:00
Benjamin Dauvergne 3689d539d0 add more parameters to request() 2012-10-03 17:30:13 +02:00