Integrating PayPro with Aimeos

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!
saniul
Posts: 6
Joined: 03 Nov 2020, 05:28

Integrating PayPro with Aimeos

Post by saniul » 18 Apr 2021, 08:51

For the connection we have used Omnipay for the integration. Can we use the current integration and adjust it for PayPro?

Documentation for Paypro API can be found here:
https://www.paypro.nl/developers/docs/p ... uickstart/

If it is possible then where to change the code ? or it already not needed for that (if we can do it from admin panel). ? please let me know. ASAP

we are using aimeos 19 version and laravel 7 in linux OS.

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

Re: Integrating PayPro with Aimeos

Post by aimeos » 20 Apr 2021, 10:28

There's already an Omnipay driver for PayPro but only for Omnipay v2:
https://github.com/payproNL/omnipay-paypro

It might work with 2019.10 but keep in mind that this version isn't supported any more without ELTS support.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

saniul
Posts: 6
Joined: 03 Nov 2020, 05:28

Re: Integrating PayPro with Aimeos

Post by saniul » 22 Apr 2021, 04:32

Well i got it. But should a composer install will do the job ? or there is additional requirements to make it work with the system. If it is then what are the steps and what are the required process to do the changes. Please can you provide a details demo. Thanks

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

Re: Integrating PayPro with Aimeos

Post by aimeos » 24 Apr 2021, 09:25

Here's the documentation how to configure it in Aimeos after installing it via composer:
https://aimeos.org/docs/latest/manual/s ... ay-generic

Read the Omnipay docs and ask in an Omnipay forum what must be done to update the driver.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply