PATCH
/
borrowers
/
consumer
/
{borrower_id}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

borrower_id
string
required

Body

application/json
address
object
required

The address of the borrower

date_of_birth
string
required

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

email
string
required

The borrower's valid email address

first_name
string
required

The borrower's first name

kyc_completion_date
string
required

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

last_name
string
required

The borrower's last name

phone
string
required

The borrower's 10-digit US phone number (e.g. 4152775050)

ssn
string
required

9-digit social security number of the borrower (e.g. 345543221)

Response

200 - application/json
address
object
required

The address of the borrower

created_on
string
required

The date the borrower was created

date_of_birth
string
required

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

email
string
required

The borrower's valid email address

first_name
string
required

The borrower's first name

id
string
required

The ID of the borrower

kyc_completion_date
string
required

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

last_name
string
required

The borrower's last name

phone
string
required

The borrower's 10-digit US phone number (e.g. 4152775050)

ssn
string
required

9-digit social security number of the borrower (e.g. 345543221)