About GetBankBalance
BankBalance is synced with QuickBooks Online (QBO), QuickBooks Desktop (QBD), Xero, and Intacct accounting software. This API returns the bank balance information of the default bank account for forecasting purposes based on the company's settings.
Example
Request
<API_URL_EndPoint>/GetBankBalance.json
data={}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"bankBalance" : 100.00,
"bankBalanceDate" : "2016-11-29"
}
}
Resources