Zero-integration Solution
Summary
If you don’t want to store sensitive banking data on your servers or just don’t want to integrate API into your product, then Zero-integration is definitely what you are looking for. One change in the parameters of Kontomatik SignIn Widget makes importing of the data happen automatically after the end-user logs in. The data is then sent straight to our servers and you will be able to see the results in our Insight portal.
Supported features
Zero-integration solution imports all available data from the end-user’s bank account to the Insight portal which is:
- owner data,
- accounts list and transactions,
- credit cards list and transactions (in Poland),
- labels for transactions (if purchased).
It is an equivalent to the Default import command from the Kontomatik Banking API, but in contrast it starts downloading the data automatically when the user has logged in. As a result, no data passes through your server.
Sample workflow
- Embed Kontomatik SignIn widget on your website.
- Set the “autoImport” parameter together with the “since” parameter.
- Set the “ownerExternalId” parameter to find the end-user later.
- Set the onSuccess() and onError() callbacks to perform actions on your frontend after the user logs in.
- The user logs in to their bank.
- Find the data in the Insight portal.
FAQ
The Zero-integration solution is a SignIn widget mechanism that allows to start importing data automatically after the user successfully logged in to the bank. After the import is finished, the data will be available to see in the Insight portal.
The main advantage of using this solution is that the data will not pass through your servers and as a result you will not be exposed to any security related issues. Moreover, it also takes the burden off you of integrating the Banking API into your pipeline.
After you have embedded the SignIn widget into your website, you will need to set the autoImport
parameter along with the since
parameter » in the widget.