v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Financial Institutions

Get financial institution status and update requirements

get/accounts/{account_id}/financial-institutions/{fi_id}/status

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

fi_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Financial Institution ID

Response

OK

financial_institution_idstring

The ID of the financial institution

last_updatedstring date_time required

Last update timestamp

needs_updateboolean required

Whether this FI needs Plaid reauthorization

status'active' | 'archived' required

Current FI status

Example response

{
  "financial_institution_id": "fi_123456789",
  "last_updated": "2024-01-15T10:30:00Z",
  "status": "active"
}
All 48 operations