Versions Compared

Key

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

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

...

Drawio
mVer2
zoom1
simple0
inComment0
custContentId2360442958
pageId2360344577custContentId2360442958
lbox1
diagramDisplayNameUntitled Diagram-1675403706963.drawio
contentVer2
revision2
baseUrlhttps://everifin.atlassian.net/wiki
diagramNameUntitled Diagram-1675403706963.drawio
pCenter0
width841
links
tbstyle
height421

...

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 . There is one exception - (except user login. This part must be done on 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 only some API calls and the rest is done on Everifin siteside. Hybrid integration makes the implementation much more simple. Example: user easier.

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