Borrowers

Create a business borrower

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

Request

This endpoint expects an object.
business_name
stringRequired
Legal name of the business.
business_type
enumRequired
The type of business entity.
Allowed values: corporationllcpartnershipsole_proprietorship
state_of_incorporation
stringRequired
Required 2-digit US state code (e.g. CA, IL, FL, …)
address
objectOptional
The address of the business.
beneficial_owners
list 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_contact
objectOptional
The person executing the loan agreement.
dba_name
stringOptional
Doing-business-as name of the business
ein
stringOptional
9-digit IRS employee identification number of the business (e.g. 345543221)
incorporation_date
stringOptional
Incorporation date of the business (YYYY-MM-DD)
kyb_completion_date
stringOptional
Date kyb completed on the business (YYYY-MM-DD)
phone
stringOptional
The phone number of the business

Response

This endpoint returns an object
id
string
address
object
beneficial_owners
list 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_contact
object
The person executing the loan agreement.
business_name
string
Legal name of the business
business_type
enum
The type of business entity.
Allowed values: corporationllcpartnershipsole_proprietorship
created_on
string
Time stamp of borrower's creation date
dba_name
string
Doing-business-as name of the business
incorporation_date
string
Incorporation date of the business (YYYY-MM-DD)
kyb_completion_date
string
Date kyb completed on the business (YYYY-MM-DD)
phone
string
The phone number of the business
state_of_incorporation
string
Required 2-digit US state code (e.g. CA, IL, FL, …)

Errors