Implementing 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!
khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: Implementing Payment Provider

Post by khizar » 14 Apr 2021, 11:04

waiting for reply guys

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

Re: Implementing Payment Provider

Post by aimeos » 16 Apr 2021, 15:22

Yes, it is. You have to implement something very similar to the Stripe payment provider:
https://github.com/aimeoscom/ai-payment ... Stripe.php

If you made it work, we would welcome your contribution :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

khizar
Posts: 99
Joined: 19 Jan 2021, 09:51

Re: Implementing Payment Provider

Post by khizar » 19 Apr 2021, 05:47

aimeos wrote: 16 Apr 2021, 15:22 Yes, it is. You have to implement something very similar to the Stripe payment provider:
https://github.com/aimeoscom/ai-payment ... Stripe.php

If you made it work, we would welcome your contribution :-)
i have implemented hyperpay but only the process method

Post Reply