updating payment status

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!
User avatar
bilginkilic
Posts: 34
Joined: 05 Jul 2020, 07:08

updating payment status

Post by bilginkilic » 06 Aug 2020, 14:14

https://prnt.sc/tv54p1 url1* ok we have payment status info and we can get it from the payment service as they post data once the payment completed. how can we adapt it to aimeos, could you please advice?

found your answer
The basic question I want to create a custom notification page which I will submit to payment service webhook section so that they will call that custom page which is basically responsible for processing the data from url1* and update the order status which custom page has ability to connect db using aimeos framework methodology.
@bilginkilic_ (twitter)

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

Re: updating payment status

Post by aimeos » 07 Aug 2020, 07:40

The post you mention is for custom payment integrations.

If you are using an Omnipay driver, the driver must implement the AcceptNotification interface. If the payment gateway passes the data to the confirmation page, the updateSync() method will be called and the data is handed over to the Omnipay driver. For async notifications, the checkout/update component passes the data to updatePush(), calling the method from AcceptNotification interface.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply