Events
An event is a custom object that lets you include non-financial events in your data model. Its fields are entirely customizable, but you'll find below two examples that are common to most fintechs allowing SEPA payouts.
Example 1: login
| Example fields | Description |
|---|---|
| id | Unique identifier of the event in your system. |
| type | The event's type (here "login"). |
| user | The individual requesting a login. |
| account | The account the individual is trying to login to. |
| pwd_tries | The number of tries before inputting the correct password. |
| ip | The ip address used for the connection. |
| telco_operator | The telecommunication operator used for the login. |
| location | The location of the user trying to login. |
| device_fingerprint | An identifier of the device. |
Example 2: new beneficiary
| Example fields | Description |
|---|---|
| id | The event's id used in your system. |
| type | The event's type (here "new_beneficiary"). |
| login | The id of the login event that authenticated the user declaring a new beneficiary. |
| new_iban | |
| new_bic |
Updated 10 months ago
Did this page help you?