Submit Application

Onboard a company with Lendica.

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

Overview

This endpoint accepts application details for a company (your customer) and creates an Application, Company, and Approval object in Lendica's system. The application details are used to underwrite the company.
Authentication: Include your API key in the Authorization header using the format Api-Key {your_api_key}.

Company Application Submission

When a new customer (Company) is onboarded to your platform, you need to submit their application details to Lendica for underwriting.

  • Purpose: To onboard the Company and apply for an Approval (credit line) in Lendica's system.
  • API Endpoint: /submit/application
  • Data Required: Application details including company and contact information.

Flow:

  1. Data Collection: Collect the necessary information from your customer during onboarding or application.
  2. API Request: Send a POST request to Lendica's /submit/application endpoint with the application data.
  3. Underwriting Process: Lendica processes the application and performs underwriting to assess creditworthiness.
  4. Response Handling: Lendica responds with the ID of the created Company.

Fetching Approval Details

📘

View the Approval Status API documentation here:

GET Approvals

After the underwriting process, you need to retrieve the approval status and credit details for your customer.

  • Purpose: To determine financing eligibility and available credit limits.
  • API Endpoint: /partner/status/approvals (from Lendica's Status API)
  • Data Required: partner_company_uuid to identify the customer.

Flow:

  1. API Request: Send a GET request to Lendica's /partner/status/approvals endpoint with the partner_company_uuid.
  2. Data Retrieval: Lendica responds with the approval details.
  3. Integration Logic: Use this information within your platform to enable or disable financing options, display credit limits, etc.
Body Params
string
required

UUID of the company in the partner's system

string
required

First name of the applicant

string
required

Last name of the applicant

string

Phone number of the applicant without dashes, spaces, or parentheses

string
required

Email address of the applicant

string

Home address of the applicant

string

Address of the company

string

City of the company address

string

State of the company address

string

Zip code of the company address

string

Country of the company address

string
required
string
required

EIN number of the company

string

Ownership type of the company

date
required

Date of incorporation of the company

float

Ownership percentage of the applicant

float
required

Monthly revenue of the company

string

Social Security Number of the applicant

string

Personal credit score of the applicant

date

Date of birth of the applicant

integer

Number of additional owners

string

Business licenses held by the company

string

Name of the company's bank used for payments

string

Routing number of the company's bank used for payments

string

Account number of the company's bank used for payments

string

Company's website

float

Company's monthly debt payment

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json