Can someone please help me with a FULL implementation of the payment provider mollie.com. Currently there is only iDeal and we need all options that mollie provide. Should be simple and straightforward to set up.
In Mollie.com you can select the payment methods you want to use like credit card, paypal BUT ALSO all the country/local ones for germany, belgium, netherlands, U.K. etc.
You immediately receive a test api_key you can work with and they will check you (passport, bank etc) and your website to make sure you're bonafide.
Once your account is verified by them you get the live_apikey.
So let's say like in this case I've setup Mollie so I can use payments for
- - Credit card payments
- - SOFORT Banking
- - iDEAL
- - Bancontact/Mister Cash Bancontact/Mister Cash
- - Bank transfer
- - Belfius
I would like to select "Mollie" in payment options.
Then a field appears at the bottom (like the other payment options) where i need to enter my API KEY (live or test)
In the front-end I choose "Mollie" (or actually I'd like to skip that cause if this is working i don't need any other payment option). Next it would load or show a list of the payment methods i activated in Mollie (see:
www.mollie.com/en/docs/methods#methods-list
) and from there I make the transaction. Mollie sends an OK or Error back to DTregister and we're done.
So my question is. Can anyone make this on short term and how long would it take?
There is alot of stuff already at hand: No need to re-invent the wheel:
www.mollie.com/en/modules