Mode:
connect
What this mode does
Connect lets users find and connect their liability accounts (credit cards, loans, mortgages, etc.). Configure whether users may select a single account, multiple accounts, or by default select all eligible accounts.Parameters
Whether to select a single account, multiple accounts, or all eligible accounts. One of
single
, multiple
or all
The account types to allow the user to connect. If left out, Opal will surface all account types by default. One of
credit_card
, auto_loan
, mortgage
, student_loan
or personal_loan
The PII to skip. One of
name
, dob
, address
or ssn_4
Create a token
You can create a connect session token using one of the supported patterns:- Existing entity: provide
entity_id
+mode
+connect
- Create new entity: provide
entity
+mode
+connect
- Resume session: provide
session_id
only (omitmode
andconnect
)
Existing Entity
Create New Entity
Response
Launch Opal
- React (Web)
- React Native