financial_accounts
List financial accounts
Returns a list of financial accounts.
get/v1/financial_accounts
Response
The response for FinancialAccounts.list
Example response
{
"results": [
{
"id": "account_01jpjenf5q6cawy43yxfcrxhct",
"account_type": "disbursements",
"bank_provider": "mock_alpha",
"created_at": "2020-01-31T23:00:00Z",
"updated_at": "2020-01-31T23:00:00Z"
}
]
}