Institution Management

The institution management component is for users to manage the accounts they have linked via Open Banking. The user is able to see the account listed under the respective provider, which subsequently is listed under the respective institution.

Users have the ability to drill-down by selecting the institution they wish to see more information on, then see the providers linked to this institution, and all accounts beneath this.

Users have the ability to refresh or revoke the institution from within the component.

Element Tag

<certua-ob-institution-management></certua-ob-institution-management>

Properties

Property

Type

Description

Property

Type

Description

institutions

institutions: InstitutionHierarcy[]

interface InstitutionsHierarchy { id?: string; label?: string; logo?: string; providers?: ProvidersWithAccounts[]; }

An optional parameter to provide to the component to render institutions/providers/accounts externally.

askConsentOnRefresh

boolean

if set to true this will raise an event to show the consent screen, the default is false

showRefreshAllButton

boolean

if set to true will show a Refresh All Button at the top of the component. However, even if this is turned on, if none of the linked accounts support reconsent then the button will still not be shown.

Example

<certua-ob-institution-management apiConfig='{"url":"https://server.com/api","token":"token"}' ><certua-ob-institution-management>

Styling options