I'm not an accountant, I know almost nothing about XERO. BUT, I did successfully follow these instructions and now have my Linux box talking to my XERO demo account.
Objective:
My goal is to autonomously parse bank account activity. I want the script to be the first to spot new incoming payments, long before accounting wakes up.
Observation:
XERO seems to consider "Bank statement lines" and "Transactions" two separate things.
I can access "Transactions" with a line like $apiResponse = $apiInstance->getBankTransactionsWithHttpInfo($xeroTenantId);
But I couldn't immediately find a method for "Bank statement lines", worse: I found this page
Questions:
- Is this page up-to-date, are "Bank statement lines" not accessible through the XERO-api?
- Would anyone be able to recommend another platform, ideally as cheap as XERO, which does allow access to "Bank statement lines" through their api?