Page cover image

Loan Request

Requesting a new loan

Request Loan.

POST https://tradelenda.com/api/loanreq?

Request Body

NameTypeDescription

merchant_email*

string

Email of merchant

first_name*

string

First name of Merchant

last_name*

string

Last name of Merchant

bank_account_name*

string

Bank of Merchant

bank_account_number*

String

Account Number of Merchant

loan_amount*

String

Loan amount

lpofile*

String

For lpo file upload

proformafile*

String

For Profoma invoce upload

reason*

String

'Working Capitals', 'LPO', 'Pay a Supplier', 'Pay Salary', 'Expand My Business', 'Purchase Inventory', 'Purchase Equipment'

loan_tenor

String

30 days, 60 days, 90 days, 180 days

{
    "success": true,
    "message": "Loan request added successfully!"
}

Please note that when using your test key, our test persona is * and *****. Hence all matching done with your test keys with details other than that of our Test Persona would simulate a failed identity matching.

Updating Business Info

Update merchant business info

PUT https://tradelenda.com/api/kyc/business/update

Request Body

NameTypeDescription

business_type*

String

Merchant business type

business_name*

String

Merchant business name

rc_num*

String

Merchant registration number

id_type*

String

Merchant identity type

id_num*

String

Merchant identity number

establishment_date*

String

Date business was established

b_country

String

Business country

b_state*

String

Business state

b_city*

String

Business city

owned_or_rented*

String

Business property owned or rented

total_employees*

String

Total number of employees

monthly_sales*

String

Total monthly sales

monthly_expenses*

String

Total monthly expenses

tin

String

Tax identification number

seal

String

Company seal upload

cac7

String

cac7 upload

cac2

String

cac2 upload

cac_certificate*

String

cac certificate upload

Last updated