v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBEndUserDataSourceAccounts
Update a data source account
Update a data source account
put/api/data_source_accounts/{heron_id}
Path parameters
heron_idstring required
Request body
Example request
{
"is_enabled": true
}Response
Ok
Example response
{
"account_id": "202348",
"anomaly_reasons": [
"Statement metadata changed",
"Manual review flagged suspicious edits"
],
"anomaly_score": 200,
"balances": [
{
"closing_amount": 25000.45,
"currency": "USD",
"date": "2022-01-01"
}
],
"currency": "USD",
"display_account_id": "7505",
"end_date": "2022-01-31",
"heron_id": "dso_WMGNXUN2fgcGCmuYHykdgE",
"institution_name": "Chase",
"is_enabled": true,
"max_date": "2022-01-31",
"min_date": "2022-01-01",
"name": "Checking Account",
"num_transactions": 120,
"number": "123456789",
"owner_name": "John Doe",
"reference_id": "account-202348",
"start_date": "2022-01-01",
"transactions_match_balances": true,
"type": "Checking"
}