Retrieve Balance Sheet

This method is used to extract the customer's balance sheet data in order to determine their creditworthiness. The call is made through the GET /companies​/{companyId}​/data​/financials​/balanceSheet Codat endpoint. For detailed information returned by this method please see the Datamodel Accounting Balancesheet page.

Before calling this method, make sure that the Check Status Data result contains the following parameter response: "dataType": "balanceSheet" with "currentStatus": "Complete".

NOTE  
Make sure you include the authorization header in your API request.