Skip to main content

Company info overview

Identify the business you are underwriting

The companyCompany In Codat, a company represents your customer's business entity. Companies can have multiple connections to different data sources. info feature provides lenders with essential information about borrower companies. It serves as a cornerstone for comprehensive lending decisions by offering insights into a companyCompany In Codat, a company represents your customer's business entity. Companies can have multiple connections to different data sources.'s identity including address, phone number and registration numbers.

Feature components​

Supported outputs​

You can retrieve the data read 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?
👏
👍
🤔
👎
😭