This section describes how to configure the webhooks.
Webhook Types
We define three types of webhooks:Basic use case - getting status of the payment
payment.statusChange
- This hook is called, when payment’s state changes.status changes (e.g. processing, successful/failed, money received etc.). Implementation of this webhook type would be sufficient for vast majority of the clients.
For special use cases
order.statusChange
- This hook is called, when order’s state status changes. This hook is useful, if the your order entity can aggregate multiple payments (applicable only when API v2 is used).payment.statusCheck
- This hook is called, when Everifin paygate wants to check the state status of the payment entity in client’s system. This is used to check if the payment originally initiated by the client should be really executed.
...