Borrowers

Update a consumer borrower

PATCH
Updates an existing borrower. The full borrower object less a few unchangeable fields needs to be supplied in the update request.

Path parameters

borrower_idstringRequired

Request

This endpoint expects an object.
address
objectRequired
The address of the borrower
date_of_birth
stringRequired
The borrower's date of birth (YYYY-MM-DD)
email
stringRequired
The borrower's valid email address
kyc_completion_date
stringOptional
Date kyc completed on the borrower (YYYY-MM-DD)
kyc_status
enumOptional

Kyc status of a consumer (sandbox only)

Allowed values: approveddeclinedpending

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