Customize payment service

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!
dev_podup
Posts: 15
Joined: 10 Aug 2023, 02:06

Customize payment service

Post by dev_podup » 17 Aug 2023, 06:09

Hello,

Version info:
Laravel - 8.x, PHP - 8.0, Aimeos - ~2023.04

We have a multi-tenant SAAS web app with many modules. We've used aimeos laravel as a shop module. I want to implement a common payment service across all modules. Is there any way we can bypass or customize aimeos payment service and redirect to my common payment service?

Thank you.

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

Re: Customize payment service

Post by aimeos » 18 Aug 2023, 12:55

Do you want to share the payment service provider configuration across all SaaS tenants?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

dev_podup
Posts: 15
Joined: 10 Aug 2023, 02:06

Re: Customize payment service

Post by dev_podup » 21 Aug 2023, 04:49

So there would be a central payment module to redirect to from aimeos shop and other modules from the app and every tenant would choose their payment provider and enter their keys and credentials, which would process payment, redirect to the central payment module, and from there appropriate referring modules like aimeos shop.

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

Re: Customize payment service

Post by aimeos » 22 Aug 2023, 07:00

If you implement a payment service provider for your payment handling, it will be available for all tenants. What you do in that payment service provider is up to you.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply