-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Mollie as a payment gateway #286
Comments
Hi @mg-1999 , thanks for opening the issue, the flow seems similar to the paypal one, I guess it should not be too hard to integrate it. I hope that they have some kind of test accounts :) |
You can open a test account and you don't have to verify anything |
cool 👍 thank you. I'll have a look :) |
Is there any help that I can provide? |
@mg-1999 , I think I have all the necessary informations to implement it :). Thank you :) |
The work is in progress. TODO:
|
* develop: (23 commits) alfio-event#286 mollie payment support: add new status for ticket reservation, initial stubs for user facing page alfio-event#286 mollie payment support: add initial stubs for handling the webhook alfio-event#286 mollie payment support: add initial stubs for handling the webhook alfio-event#286 mollie: enable only when EUR is used as currency alfio-event#286 initial steps for supporting mollie: create a payment + redirect alfio-event#286 initial stubs for supporting mollie as a payment provider alfio-event#286 initial stubs for supporting mollie as a payment provider restore snapshot version fix dockerfile fix alfio-event#297 - enable "save" button for PDF resources update changelog fix alfio-event#298 fix alfio-event#298 update snapshot version fix alfio-event#297 - enable "save" button for PDF resources update changelog [Gradle Release Plugin] - new version commit: '1.12-SNAPSHOT'. [Gradle Release Plugin] - pre tag commit: '1.11'. improve "cancel reservation" layout fix typo ...
* develop: alfio-event#286 additional stubs
As of 648ef6b, this can be considered implemented |
In the Netherlands we use iDEAL for almost all of our online transactions and not everyone has a creditcard. In Belgium is it almost the same, but they use Bankcontact there.
It also adds the option to add the main online payment methods of France and Italy. And handle SEPA-transactions with automatic callbacks.
All of this is in mollie and would be a great addition to the creditcard payment processors.
@cbellone suggested that I already do some digging in the flow and found a nice api doc and flow graphic.
Source: https://www.mollie.com/nl/docs/overview
Also noticed that there is an api available right here: https://github.com/stil4m/mollie-api
Hope that this is a good start for a nice addition.
The text was updated successfully, but these errors were encountered: