...
This functionality allows merchant online store system to receive payment updates in the background instantly when the payment status changes and react on them automatically (order is updated). The online store gets the notification when it happens regardless the presence of the customer in the payment flow. In other words the merchant is getting the information about the payment even if the customer leaves the payment flow. For example, in case the customer finishes authorization of the payment in his bank successfully but then just closes the browser (or turns off the phone screen) normally the order in the online store stays in opened state and merchant would need to investigate the payment status. When webhooks functionality is used the online store will get the update in the background and plugin automatically moves the order to correct state.
Configuration
Info |
---|
Information for specific e-shop framework plugin can be found on dedicated sub-page |
Webhook URL
Webhook URL which is then called by Everifin Paygate server is present in the plugin configuration. It should be copied from there and used in webhook configuration in Everifin Paygate Back Office. How to configure webhook in Back Office is described here:
https://everifin.atlassian.net/wiki/spaces/EPAD/pages/2740748296/Webhook+Definition#Defining-webhooks
...