An event is a set of information about a specific action performed in our APIs, which can be related to the Account or the Customer.

When carrying out an external transfer, in bank statements only amount information and transaction type for reconciliation and accounting will appear, thus being our source of truth about the financial amounts handled in account. In addition to the financial record we will add to the statement, an event will be created by us, in which transaction metadata is added, such as the recipient account.

Events are also created when we receive a transfer, for example by registering the data of the sending account. So that your application can also consume this stored data, we provide endpoints for consultation using the /events call.