{
"bank_connect": {
"status": "COMPLETED",
"account_balance": 750.00,
"accounts": [
{
"id": "acc_12345",
"type": "CHECKING",
"name": "Everyday Checking",
"balance": 5432.10,
"institution": {
"id": "ins_td",
"name": "TD Bank"
}
},
{
"id": "acc_67890",
"type": "SAVINGS",
"name": "High Interest Savings",
"balance": 15000.00,
"institution": {
"id": "ins_td",
"name": "TD Bank"
}
}
],
"transactions": [
{
"id": "tx_1",
"date": "2025-02-01",
"amount": -50.00,
"description": "Grocery Store"
},
{
"id": "tx_2",
"date": "2025-02-02",
"amount": 2000.00,
"description": "Paycheck"
}
],
"verification": {
"provider": "Plaid",
"verified_at": "2025-02-03T20:25:05-05:00"
}
}
}