Update a consumer borrower
Updates an existing borrower. The full borrower object less a few unchangeable fields needs to be supplied in the update request.
Path parameters
borrower_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
address
The address of the borrower
date_of_birth
The borrower’s date of birth (YYYY-MM-DD)
email
The borrower’s valid email address
kyc_completion_date
Date kyc completed on the borrower (YYYY-MM-DD)
kyc_status
Kyc status of a consumer (sandbox only)
Allowed values:approved declined pending
Response
This endpoint returns an object.
address
The address of the borrower
date_of_birth
The borrower’s date of birth (YYYY-MM-DD)
id
The ID of the borrower
email
The borrower’s valid email address
first_name
The borrower’s first name (min. 2 characters)
last_name
The borrower’s last name (min. 2 characters)
kyc_completion_date
Date kyc completed on the borrower (YYYY-MM-DD)
created_on
The date the borrower was created
Errors
400
Invalid Input Error
401
Unauthorized Error
404
Borrower Not Found Error
429
Rate Limit Error
500
Server Error