Submit New Loan Application

Submits a borrower application, including business, loan, and ownership details. Used during onboarding by borrowers, affiliates, or back-office users; this API initiates verification and underwriting workflows. It requires a valid authorization token in the header and a complete application payload.

If a uid is passed at any level within the entity (e.g., borrower, business, loan, owner), the system will treat it as an update for that particular sub-entity. Otherwise, a new record will be cr...

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Borrower's application submission request body.

string

The legal name of the company.

integer

The annual business revenue of the company. Required in first tab submission.

string

The borrower's email address. Required in first tab submission.

string

Email entity uid. If this is passed then email entity will update.

string
enum

The borrower's loan purpose. Required in first tab submission.

integer

The borrower's requested loan amount. Required in first tab submission.

boolean

Electronic signature consent. Required in first tab submission.

string

The DBA (Doing Business As) name.

string
length between 9 and 9
^[0-9]+$

The federal tax ID (9 digits, numeric only). Required in second tab submission.

integer

The time in business in months.

integer

Total number of employees.

string
enum

The legal structure of the business. Required in second tab submission.

string
enum

The industry of the business. Required in second tab submission.

string

The company's address first line. Required in second tab submission.

string

The company's address second line.

string
length between 5 and 5
^[0-9]+$

The company's zip code (5 digits). Required in second tab submission.

string

The company's city. Required in second tab submission.

string

The company's state. Required in second tab submission.

string

Address entity uid. If this is passed then address entity will update.

string
length between 10 and 10
^[0-9]+$

The company's phone number (10 digits, numeric only). Required in second tab submission.

string

Phone entity uid. If this is passed then phone entity will update.

string
required

The submission stage of the application.

owners
array of objects
required

The owners of the application.

owners*
boolean

Whether all owners have submitted their information.

boolean

Whether this is the last tab being submitted.

string

Affiliate UID if applicable.

string

Affiliate application UID if applicable.

string
required

The uid of the application. If this is passed then entity will update.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain; charset=utf-8