Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

There is no special configuration required other than that described in previous sections.

Prerequisites

  • Client has access to Everifin Paygate API

  • Client has the bank account connected to Everifin system

  • Webhook of type payment.statusUpdate is implemented on client' side and configured in Everifin Paygate Back Office

Process description

The following process expects

The basic process looks as follows:

  1. Client initiates payment in Everifin Paygate (https://everifin.atlassian.net/wiki/spaces/EPAD/pages/2562228372/Payment+Orders#Order-initialization). This way Everifin gets the data of the client’s order required to search for the related money movement on the client’s bank account.

  2. Everifin sends notification to client by calling its webhook once related money movement is found

  • No labels