financial_accounts
Get a financial account
Get a financial account by its unique identifier.
get/v1/financial_accounts/{id}
Path parameters
idstring required
The unique identifier for the financial account
Response
The financial account was retrieved
Example response
{
"id": "account_01jpjenf5q6cawy43yxfcrxhct",
"account_type": "disbursements",
"program_id": "program_01jpjenf5q6cawy43yxfcrxhct",
"bank_provider": "mock_alpha",
"created_at": "2020-01-31T23:00:00Z",
"updated_at": "2020-01-31T23:00:00Z"
}