How integrate new payment system?

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!
IevIef
Posts: 17
Joined: 05 May 2018, 18:58

How integrate new payment system?

Post by IevIef » 09 Sep 2018, 08:43

Hi,
I have order_id, shop_id, secret_transaction_key and url to which I may send them to... after that from payment system need to be redirected to some Aimeos page for showing success or another results.
The question is:
1) where I can write URL for payment system method?
2) where I can write parameters and what is the name of order_id parameter?
3) what is the URL for success page and what parameters need to be redirected to that URL?

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

Re: How integrate new payment system?

Post by aimeos » 09 Sep 2018, 22:02

The easiest way is to write an Omnipay driver:
http://omnipay.thephpleague.com/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply