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 business.
beneficial_ownerslist of objectsRequired
An array of objects representing owners of the business and those who control the funds of the business.
If no one owns more than 25% of the business, just the individual who has ultimate control of the funds must be included.
A maximum of 5 objects can be added.
Required 2-digit US state code (e.g. CA, IL, FL, …)
phonestringRequired
The phone number of the business
Response
This endpoint returns an object.
idstring
addressobject
beneficial_ownerslist of objects
An array of objects representing owners of the business and those who control the funds of the business.
If no one owns more than 25% of the business, just the individual who has ultimate control of the funds must be included.
A maximum of 5 objects can be added.