Borrowers
Borrowers represent a legal borrower, and can either be a consumer (e.g. for personal loans and lines of credit) or a business (e.g. for commercial charge cards and loans). Creating a borrower (or referencing an existing one) is the first step in the Pier credit origination process.
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
Unique identifier for the object
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
The person executing the loan agreement. See BusinessContact type
Legal name of the business
The type of business entity. Accepted values are corporation
, llc
, partnership
, or sole_proprietorship
Time stamp of borrower’s creation date
Doing-business-as name of the business
9-digit IRS employee identification number of the business (e.g. 345543221)
Incorporation date of the business (YYYY-MM-DD)
Incorporation date of the business (YYYY-MM-DD)
Date kyb completed on the business (YYYY-MM-DD)
Consumer borrower object
Attributes
Unique identifier for the object
The address of the borrower. See Address type
Time stamp of borrower’s creation date
The borrower’s date of birth (YYYY-MM-DD)
The borrower’s valid email address
The borrower’s first name
The borrower’s last name
Date kyc completed on the borrower (YYYY-MM-DD)
The borrower’s 10-digit US phone number (e.g. 4152775050)
9-digit social security number of the borrower (e.g. 345543221)