alfio-event / alf.io

alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
https://alf.io
GNU General Public License v3.0
1.42k stars 346 forks source link

Add Mollie as a payment gateway #286

Closed mg-1999 closed 4 years ago

mg-1999 commented 7 years ago

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. image 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.

syjer commented 7 years ago

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 :)

mg-1999 commented 7 years ago

You can open a test account and you don't have to verify anything

syjer commented 7 years ago

cool :+1: thank you. I'll have a look :)

mg-1999 commented 7 years ago

Is there any help that I can provide?

syjer commented 7 years ago

@mg-1999 , I think I have all the necessary informations to implement it :). Thank you :)

syjer commented 7 years ago

The work is in progress.

TODO:

cbellone commented 4 years ago

As of https://github.com/alfio-event/alf.io/commit/648ef6b80041c09f14dd3fbc6b86e4581dadf625, this can be considered implemented