Mode:
account_verificationWhat this mode does
Account Verification drives a focused verification flow for a single, known account (for example, a specific credit card). You must pass the target account_id. Account Verification will automatically be invoked when needed (for example, during card_connect), or can be used as a standalone module.Parameters
Create a token
You can create an account verification session token using one of the supported patterns:- Existing entity: provide
entity_id+mode+account_verification - Create new entity: provide
entity+mode+account_verification - Resume session: provide
session_idonly (omitmodeandaccount_verification)
Existing Entity
Create New Entity
Response
Launch Opal
- React (Web)
- React Native