...
Client service account - the service account generated by Everifin and dedicated to specific client; It is required to access identity provider’s authentication API
Everifin Multibanking user account - user account in Everifin representing particular bank account(s) owner; It can be physical person or representative of some business entity (it can be your customer or you in case you need to access your own bank accounts); This user will connect bank account(s) to Everifin system; Consequently, the Everifin services related to these bank accounts can be accessed via API by using this user’s access token (obtained after successful login).
Connection of the Everifin Multibanking user account to your system - more details are present in the further text below.
Client Service Account
Info |
---|
To configure service account, the client needs to provide redirect URLs (at least the domains) that will be used during developing, testing and production phase. |
...
your_realm_value
client_id
client_secret
scope
Everifin Multibanking user account and its connection to your system
When your customer decides to use bank account(s) data in your system the following steps are required:
...
After these steps are completed, your system is able to use Everifin BankConnect API (e.g. get bank account data of your customer).
Identity provider host-name
The following table provides the value for identity provider host-name.
IdP Host-name wildcard | IdP hostname |
---|---|
|
|
Connecting Everifin user account to your system
Info |
---|
More details on authentication API can be found here: Authentication |
...