I am looking for the most efficient way to retrieve the Accounts Receivable balance for a specific customer using the Manager.io API. While I can access customer data via the standard /api/ endpoints, it returns data incl balances for all customers; I need to retrieve it for a specific customer by searching with their Customer Key. Is there a specific endpoint to get customer balance, Any guidance on the correct endpoint structure for live balances would be appreciated.
Hello @Zohaib_Saeed,
The most efficient way is using api2 endpoint /customers and make sure to select AccountsReceivable in the fields
This will give you the list of all customers with up-to-date receivable balances.