About BankAccount
This API returns details about the specified bank. The Bill.com system securely stores and encrypts this information. Read results only display the last 4 digits of the account and routing details.
Important: The Read call for this API is publicly available. Only select authorized partners can use Create, Update, Delete, and Undelete API calls.
Example
Request
<API_URL_EndPoint>/Crud/Read/BankAccount.json
{
"id" : "bac01MHFFKRYWKIJ8nai"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"entity" : "BankAccount",
"id" : "bac01MHFFKRYWKIJ8nai",
"isActive" : "1",
"createdTime" : "2016-09-20T16:52:19.000+0000",
"updatedTime" : "2016-12-08T20:28:50.000+0000",
"bankName" : "Bank of America",
"nameOnAcct" : "George Smith",
"accountNumber" : "******9606",
"routingNumber" : "*****0021",
"usersId" : "00601ZCLCQAYUDCJddsd",
"chartOfAccountId" : "00000000000000000000",
"status" : "1",
"primaryAP" : true,
"primaryAR" : false,
"isSavings" : true,
"isPersonalAcct" : false,
"dateEstablished" : null
}
}
Parameters