Adyen Payment Support

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Adyen Payment Support

Post by awaidqureshi » 13 Feb 2019, 08:19

we want to add adyen payment process please advice.let us know if this payment process is supported by aimeos.if not how can we implement this.

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

Re: Adyen Payment Support

Post by aimeos » 13 Feb 2019, 15:46

There's an Omnipay driver for Adyen: https://github.com/academe/omnipay-adye ... nt-methods

You need to add the "aimeoscom/ai-payments" package too to get the Omnipay payment adapter and configure:
- omnipay.type => Adyen_Hpp
- merchantAccount => ...
- secret => ...
(taken from here: https://github.com/academe/omnipay-adye ... nt-methods)

Documentation for the Omnipay adapter is available here:
https://aimeos.org/docs/User_Manual/Adm ... st#Omnipay
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply