Create a business borrower

Creates a business borrower. Business borrowers must have a unique EIN.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
business_namestringRequired
Legal name of the business.
business_typeenumRequired
The type of business entity.
Allowed values:
state_of_incorporationstringRequired

Required 2-digit US state code (e.g. CA, IL, FL, …)

addressobjectOptional
The address of the business.
beneficial_ownerslist of objectsOptional

An array of objects representing owners of the business and those who control the funds of the business. If no one owns more than 25% of the business, just the individual who has ultimate control of the funds must be included. A maximum of 5 objects can be added.

business_contactobjectOptional
The person executing the loan agreement.
dba_namestringOptional

Doing-business-as name of the business

einstringOptional

9-digit IRS employee identification number of the business (e.g. 345543221)

incorporation_datestringOptional

Incorporation date of the business (YYYY-MM-DD)

kyb_completion_datestringOptional

Date kyb completed on the business (YYYY-MM-DD)

phonestringOptional
The phone number of the business

Response

This endpoint returns an object.
idstring
addressobject
beneficial_ownerslist of objects

An array of objects representing owners of the business and those who control the funds of the business. If no one owns more than 25% of the business, just the individual who has ultimate control of the funds must be included. A maximum of 5 objects can be added.

business_contactobject
The person executing the loan agreement.
business_namestring
Legal name of the business
business_typeenum
The type of business entity.
Allowed values:
created_onstring
Time stamp of borrower's creation date
dba_namestring

Doing-business-as name of the business

incorporation_datestring

Incorporation date of the business (YYYY-MM-DD)

kyb_completion_datestring

Date kyb completed on the business (YYYY-MM-DD)

phonestring
The phone number of the business
state_of_incorporationstring

Required 2-digit US state code (e.g. CA, IL, FL, …)

Errors