In case the client connects the bank account into Everifin system, webhook can be used to get notifications when the money related to specific order appears on this account.
Prerequisites
Client has access to Everifin Paygate API (details can be found here: Authentication)
Client has the bank account connected to Everifin system (Everifin representative provides details on the connection process)
Webhook is implemented on client' side (public URL that can be called by Everifin)
Webhook of type
payment.statusChange
is configured in Everifin Paygate Back Office
Process description
When the prerequisites are fulfilled, the basic process looks as follows:
...