...
In other version it might be directly the button:
...
...
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 |
...
The communication between Everifin server and the online store needs to be secured. The To ensure the security, we use combination of:
message signatures, with timestamp included - Webhook Secret is used to
...
sign the messages
HTTPS protocol - only https url can be configured as webhook URL
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
...
Finally the configuration needs to be saved.
Usage
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.
New payment link
New payment link can be generated for the order on the order detail page. This link then can be sent to the customer by any means (email, chat, etc.)
...