Skip to main content
POST
Loan Fraud Check
The Business Loan Fraud Check endpoint evaluates a loan application from a business entity, combining submitted company information with credit bureau data to produce a fraud risk score and financial analysis.

Endpoint

Request

Headers

Body Parameters

Example

Response

200 OK

400 Bad Request

401 Unauthorized

Authorizations

x-access-token
string
header
required

Your Adhere API secret key

Body

multipart/form-data
loan_amount_requested
number
required
Example:

100000

loan_repayment_duration_type
enum<string>
required
Available options:
weeks,
months,
years
loan_repayment_duration_value
integer
required
Example:

6

collateral_required
boolean
default:false
required
first_name
string

Individual applicant first name

last_name
string
business_name
string

Business name (business applications only)

rc_number
string

CAC registration number (business only)

date_of_birth
string<date>
gender
enum<string>
Available options:
male,
female
country
string
Example:

"Nigeria"

current_address
string
business_address
string
identification_type
string
Example:

"Passport"

identification_number
string
bvn
string
phone_number
string
email_address
string<email>
employment_type
string
job_role
string
employer_name
string
annual_income
number
annual_revenue
number

Annual revenue (business only)

employment_duration
string
bank_name
string
account_number
string
purpose_of_loan
string
collateral
string
is_individual
boolean

Set true for individual applications

is_business
boolean

Set true for business applications

run_aml_check
boolean
default:false

Response

Loan fraud check processed