Create a business borrower

POST /borrowers/business

Update business borrower

PATCH /borrowers/business/{borrower_id}

Create a consumer borrower

POST /borrowers/consumer

Update a consumer borrower

PATCH /borrowers/consumer/{borrower_id}

Retrieve a borrower by id

GET /borrowers/{borrower_id}

List all borrowers

GET /borrowers

Business Borrower

Attributes

id
string
Unique identifier for the object
address
object
The address of the business. See Address type
beneficial_owners
array of BeneficialOwners
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. See BeneficialOwner type
business_contact
object
The person executing the loan agreement. See BusinessContact type
business_name
string
Legal name of the business
business_type
enum
The type of business entity. Accepted values are corporation, llc, partnership, or sole_proprietorship
created_on
string
Time stamp of borrower’s creation date
dba_name
string
Doing-business-as name of the business
ein
string
9-digit IRS employee identification number of the business (e.g. 345543221)
incorporation_date
string
Incorporation date of the business (YYYY-MM-DD)
incorporation_date
string
Incorporation date of the business (YYYY-MM-DD)
kyb_completed_date
string
Date kyb completed on the business (YYYY-MM-DD)

Consumer borrower object

Attributes

id
string
Unique identifier for the object
address
object
The address of the borrower. See Address type
created_on
string
Time stamp of borrower’s creation date
date_of_birth
string
The borrower’s date of birth (YYYY-MM-DD)
email
string
The borrower’s valid email address
first_name
string
The borrower’s first name
last_name
string
The borrower’s last name
kyc_completed_date
string
Date kyc completed on the borrower (YYYY-MM-DD)
phone
string
The borrower’s 10-digit US phone number (e.g. 4152775050)
ssn
string
9-digit social security number of the borrower (e.g. 345543221)