Update a data source account's account number
Update a data source account’s account number
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Body
The Heron ID of the data source account containing the number we want to update to
"dsa_8w6V5CuRESc7G5yx3mXF54"
Response
Whether or not the account is enabled. If disabled, hides related transactions from analytics
true
Unique account id associated with the data source account
"202348"
For pdf bank statement account sources, where the value is between 0 and 1000, with 1000 being the most anomalous
200
List of balances associated with the account
[
{
"closing_amount": 25000.45,
"currency": "USD",
"date": "2022-01-01"
}
]
Currency of the account
"USD"
End date of the account
"2022-01-31"
Unique ID for data source generated by Heron
"dso_VkXCAcNymkrsLYnhbH76dC"
Name of the institution
"Chase"
Latest date of transactions associated with the data source account
"2022-01-31"
Earliest date of transactions associated with the data source account
"2022-01-01"
Name of the account
"Checking Account"
Number of transactions associated with the data source account
120
Number of the account
"123456789"
Name of the account owner
"John Doe"
This is the account ID provided as part of the transaction
"account-202348"
Start date of the account
"2022-01-01"
For pdf bank statements, represents whether all transactions extracted match the balances extracted
true
Type of the account
"Checking"
Was this page helpful?