updating payment status
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- bilginkilic
- Posts: 34
- Joined: 05 Jul 2020, 07:08
updating payment status
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
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)
Re: updating payment status
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.
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,
give us a star
If you like Aimeos,
