Versions Compared

Key

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

Everifin API is an open banking platform offering access to bank accounts and related services through a unified interface. Our API connects you to banks in whole EU. To get the most up-to-date list of supported banks, please contact us.

Integration

...

process

Following diagram shows the integration process flow. Each step is described in separate chapter in this documentation.

Drawio
mVer2
zoom1
simple0
zoominComment10
inCommentcustContentId02543419454
pageId2515697665
custContentIdlbox25434194541
diagramDisplayNameUntitled Diagram-1675403706963.drawio
lbox1
contentVer1
revision2
baseUrlhttps://everifin.atlassian.net/wiki
diagramNameUntitled Diagram-1675403706963.drawio
pCenter0
width811
links
tbstyle
height361

Integration options

There are 2 options how to integrate Everifin API, you can choose which one fits better your needs.

FULL API integration

In this case you need to implement whole Everifin API flows (including connecting bank accounts process). This makes the implementation way more complex, but everything is done in your application (except user login. This part must be done using Everifin login page).

This integration approach is suitable for cases where clients want to control all processes and flows in their systems and by their user interface.

HYBRID integration

In this case you implement Technically the integration consists of implementing only some API calls and the rest is done on Everifin side. Hybrid integration This fact makes the implementation much easierAPI integration considerably easy.

User onboarding and connecting bank accounts is done in Everifin and you then use only transaction API to get bank account transactions.

...