v3
latestOpenAPI 3.0.32026-07-31489099.0 KBFinancial Institutions
List financial institutions V2
Returns all financial institutions you have added to your account to receive wired funds.
get/accounts/{account_id}/financial-institutions
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
Response
OK
Example response
{
"financial_institutions": [
{
"account_number": "****1234",
"account_type": "checking",
"bank_address": {
"city": "Springfield",
"country": "US",
"street_line_1": "100 Example St.",
"street_line_2": "Suite 500",
"zip": "90001"
},
"beneficiary_address": {
"city": "Springfield",
"country": "US",
"street_line_1": "100 Example St.",
"street_line_2": "Suite 500",
"zip": "90001"
},
"created": "2020-01-01T12:00:00Z",
"id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
"last_updated": "2024-01-15T10:30:00Z",
"name": "First Last Bank",
"owner": "Jane Doe",
"ownership": "customer-owned",
"routingNumber": "123456789",
"transfer_types": [
"ach_debit"
]
}
]
}