Update a business borrower

PATCH
/borrowers/business/: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 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.

business_contactobjectRequired

The person executing the loan agreement.

business_namestringRequired

Legal name of the business.

business_typeenumRequired
Allowed values: corporationllcpartnershipsole_proprietorship

The type of business entity.

dba_namestringRequired

Doing-business-as name of the business

incorporation_datestringRequired

Incorporation date of the business (YYYY-MM-DD)

kyb_completion_datestringRequired

Date kyb completed on the business (YYYY-MM-DD)

state_of_incorporationstringRequired

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.

business_contactobject

The person executing the loan agreement.

business_namestring

Legal name of the business

business_typeenum
Allowed values: corporationllcpartnershipsole_proprietorship

The type of business entity.

created_onstring

Time stamp of borrower’s creation date

dba_namestring

Doing-business-as name of the business

incorporation_datestring

Incorporation date of the business (YYYY-MM-DD)

kyb_completion_datestring

Date kyb completed on the business (YYYY-MM-DD)

phonestring

The phone number of the business

state_of_incorporationstring

Required 2-digit US state code (e.g. CA, IL, FL, …)

Errors