Verification Nodes
Bank Connect
The bank connect step verifies bank account information, analyzes transactions, and validates account ownership.
Configuration
Config Fields
Required Fields
id
: Unique identifier for the verification stepname
: Step type identifier (BANK_CONNECT)
Options
analyze_transactions
: Whether to analyze transaction historyverify_account_ownership
: Whether to verify account ownership
Control Flow
Determines the next step based on account balance:
- If
account_balance
is greater than 500, proceeds to step6798015e683fb1e8abe7d855
- Otherwise, goes to step
6797fd5e683fb54e8abe7d852
Example Response
Output Fields
Status Information
status
: Current status of the verification (e.g., “COMPLETED”)account_balance
: Current balance of the account
Account Information
accounts
: List of connected bank accounts- Account details including ID, type, and balance
- Institution information
Transaction Details
transactions
: List of recent transactions- Transaction details including date, amount, and description
Verification Details
verification
: Information about the verification processprovider
: Which provider performed the verificationverified_at
: When verification was completed