Borrowers

Update a business borrower

PATCH
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.
address
objectRequired
The address of the business.
beneficial_owners
list 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_contact
objectRequired
The person executing the loan agreement.
business_name
stringRequired
Legal name of the business.
business_type
enumRequired
The type of business entity.
Allowed values: corporationllcpartnershipsole_proprietorship
dba_name
stringRequired
Doing-business-as name of the business
incorporation_date
stringRequired
Incorporation date of the business (YYYY-MM-DD)
kyb_completion_date
stringRequired
Date kyb completed on the business (YYYY-MM-DD)
state_of_incorporation
stringRequired
Required 2-digit US state code (e.g. CA, IL, FL, …)
phone
stringRequired
The phone number of the business

Response

This endpoint returns an object
id
string
address
object
beneficial_owners
list 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_contact
object
The person executing the loan agreement.
business_name
string
Legal name of the business
business_type
enum
The type of business entity.
Allowed values: corporationllcpartnershipsole_proprietorship
created_on
string
Time stamp of borrower's creation date
dba_name
string
Doing-business-as name of the business
incorporation_date
string
Incorporation date of the business (YYYY-MM-DD)
kyb_completion_date
string
Date kyb completed on the business (YYYY-MM-DD)
phone
string
The phone number of the business
state_of_incorporation
string
Required 2-digit US state code (e.g. CA, IL, FL, …)

Errors