Skip to main content

Company info overview

Identify the business you are underwriting

The company info feature provides lenders with essential information about borrower companies. It serves as a cornerstone for comprehensive lending decisions by offering insights into a company's identity including address, phone number and registration numbers.

Feature components

Supported outputs

You can retrieve the data pulled by the feature by calling either the Get company accounting profile or Get company commerce profile endpoints.

const response = await lendingClient.companyInfo.getAccountingProfile({
companyId: companyId,
});

if(response.statusCode != 200){
throw new Error("Could not get company's accounting profile")
}

console.log(response.accountingCompanyInfo.companyName)


Was this page useful?
❤️
👍
🤔
👎
😭