mPAY24 Payment provider?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
andreas.allacher
Posts: 42
Joined: 15 Dec 2015, 20:32

mPAY24 Payment provider?

Post by andreas.allacher » 22 Feb 2016, 17:28

Hi,

I would like to know if there is already a payment provider for mPAY24 or if someone is working on one for aimeos?

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: mPAY24 Payment provider?

Post by aimeos » 23 Feb 2016, 15:39

Someone implemented this for a very old version which isn't working any more:
https://github.com/Arcavias/ext-payment ... ll/1/files

Maybe you can use it as inspiration for creating an Omnipay driver.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

andreas.allacher
Posts: 42
Joined: 15 Dec 2015, 20:32

Re: mPAY24 Payment provider?

Post by andreas.allacher » 23 Feb 2016, 17:44

Thanks.
I guess I will create one using that plugin.
After I have created everything else :)

Just one question: Do you think it is better/easier to create an OmniPay driver or directly one for aimeos (after all the payment is for arcavias)

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: mPAY24 Payment provider?

Post by aimeos » 23 Feb 2016, 18:32

Omnipay drivers can be used for other projects as well and the chance that others will contribute is much higher than for an Aimeos payment service provider. Most of the time Omnipay drivers are "good enough" and there's no need for the advanced possibilities Aimeos is offering.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply