...
Download the module version here: Prestashop plugin versions
From your PrestaShop administration, go to Module Manager.
Click 'Upload a module' and select downloaded file.
Wait for the module to be installed.
Plugin Configuration
After installing the Everifin module, you need to configure it with your Everifin account details:
...
Once the module is configured, customers can select Everifin Fast Bank Transfer as a payment method during checkout. The module will direct them to complete the transfer through the Everifin platform.
Webhooks
Info |
---|
This functionality is available since plugin version v1.2.5 |
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.
Webhook Configuration
Webhooks can be configured on plugin configuration page:
...
Webhook URL
Webhook URL needs to be copied 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
Webhook Secret
The communication between Everifin server and the online store needs to be secured. The Webhook Secret is used to ensure requied level of security.
The secret needs to be generated in Back Office as described here: https://everifin.atlassian.net/wiki/spaces/EPAD/pages/2740125725/Webhooks+Security#Hook-secrets
After the generation the secret value needs to be copied and placed in Prestashop admin environment into the field “Webhook secret” (picture above).
Finally the configuration needs to be saved