Request Sandbox Keys
See a Demo
Search...
/
Overview
Quickstart
Payments and Disbursements
Errors
Webhooks
Guides
Starter Mode
KYC
Line of Credit program
Buy Now Pay Later program
API Reference
Applications
Auth
Borrowers
POST
Create a business borrower
PATCH
Update a business borrower
POST
Create a consumer borrower
PATCH
Update a consumer borrower
GET
Retrieve a borrower by id
GET
List all borrowers
Configuration
Coverage
Facilities
Loan Agreements
Payments
Request Sandbox Keys
See a Demo
API Reference
Borrowers
Retrieve a borrower by id
GET
https://production.pier-finance.com/api
/
borrowers
/
:borrower_id
Retrieve one borrower by id
Path parameters
borrower_id
string
Required
Response
This endpoint returns an object.
address
object
The address of the borrower
Show 5 properties
date_of_birth
string
The borrower's date of birth (YYYY-MM-DD)
id
string
The ID of the borrower
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_completion_date
string
Date kyc completed on the borrower (YYYY-MM-DD)
created_on
datetime
The date the borrower was created
Errors
401
Unauthorized
404
Not Found
429
Too Many Requests
500
Internal Server Error
Built with