Update a consumer borrower

PATCH
/borrowers/consumer/:borrower_id

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.
addressobjectRequired

The address of the borrower

date_of_birthstringRequired

The borrower’s date of birth (YYYY-MM-DD)

emailstringRequired

The borrower’s valid email address

kyc_completion_datestringOptional

Date kyc completed on the borrower (YYYY-MM-DD)

kyc_statusenumOptional
Allowed values: approveddeclinedpending

Kyc status of a consumer (sandbox only)

Response

This endpoint returns an object.
addressobject

The address of the borrower

date_of_birthstring

The borrower’s date of birth (YYYY-MM-DD)

idstring

The ID of the borrower

emailstring

The borrower’s valid email address

first_namestring

The borrower’s first name

last_namestring

The borrower’s last name

kyc_completion_datestring

Date kyc completed on the borrower (YYYY-MM-DD)

created_ondatetime

The date the borrower was created

Errors