POST
/
borrowers
/
business

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
address
object
required

The address of the business.

beneficial_owners
object[]
required

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
required

The person executing the loan agreement.

business_name
string
required

Legal name of the business.

business_type
enum<string>
required

The type of business entity.

Available options:
corporation,
llc,
partnership,
sole_proprietorship
dba_name
string
required

Doing-business-as name of the business

ein
string
required

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

incorporation_date
string
required

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

kyb_completion_date
string
required

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

phone
string
required

The phone number of the business

state_of_incorporation
string
required

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

Response

200 - application/json
address
object
required
beneficial_owners
object[]
required

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
required

The person executing the loan agreement.

business_name
string
required

Legal name of the business

business_type
enum<string>
required

The type of business entity.

Available options:
corporation,
llc,
partnership,
sole_proprietorship
created_on
string
required

Time stamp of borrower's creation date

dba_name
string
required

Doing-business-as name of the business

ein
string
required

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

id
string
required
incorporation_date
string
required

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

kyb_completion_date
string
required

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

phone
string
required

The phone number of the business

state_of_incorporation
string
required

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