Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • payment.statusChange - This hook is called, when payment’s state status changes (e.g. processing, successful/failed, money received etc.). Implementation of this webhook type would be sufficient for most 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 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.

...