In this section you will find information on how to handle the error situations and how to test the webhook integration.
Error handling
We make our best to send webhooks reliably. To prevent errors, follow https://everifin.atlassian.net/wiki/spaces/~61d82cc1ce3652006ae42496/pages/2681733176/Webhooks#Best-practices. When things go weird, we resolve errors according to these rules:
...
Currently, there is no way to retrieve unsent or failed hooks for a consumer. If there are any outages on consumer side, please, get the actual payment/order statuses via Payments/Orders API.
Testing
We recommend to test integration with hook consumer via Back Office.
...