Borrowers

Retrieve a borrower by id

GET
Retrieve one borrower by id

Path parameters

borrower_idstringRequired

Response

This endpoint returns an object
address
object
The address of the borrower
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