Pay Day Loan Aggregators
This Section describes how to integrate the FINT Pay Day Loan Aggregators
Create a Company Profile
POST
https://sandbox-api1117v2.fint.ng/v1/payroll/createcompany
The Endpoint allows you to create a Company Profile
Headers
Client-Id
string
Client id issued to the aggregators
Client-Secret
string
Client Secret Issued to the aggregators
Request Body
company_name
string
This is the name of the company
description
string
A brief description of the company
country
string
The country where the HQ of the company is located
state
string
The state where the HQ of the company is located
company_address
string
The company Address
username
string
A preferred username of the company
password
string
A preferred password of the company
company_phone
string
The company's phone number
string
The company's email Address
Create a Borrower Account
POST
https://sandbox-api1117v2.fint.ng/v1/payroll/createborrower
This endpoint allows you to create a new borrower account
Headers
Client-Id
string
Client Id issued to the aggregator
Client-Secret
string
Client Secret issued to the aggregator
Request Body
phone
string
This is the Phone number of the borrower
address
string
This is the home address of the borrower
fint_company_code
string
This is a unique code assigned to a company upon profile creation
card_number
string
This is the card number of the borrower
bvn
string
This is the bvn of the borrower
string
This is the email address of the borrower
l_name
string
This is the Lastname of the borrower
f_name
string
This is the First name of the borrower
Get Eligible Amount
POST
https://sandbox-api1117v2.fint.ng/v1/payroll/getloanableamount
This endpoint is used to get how much a borrower is eligible to borrow
Headers
Client-Id
string
Client-Secret
string
Request Body
salary_history
number
The is the number of months a borrower has collected a salary from the present company on your platform
borrower_id
string
This is the ID of the Borrower
salary_date
string
This is the expected salary date of the borrower in this format DD
tenure
number
This is the proposed loan duration
salary
number
This is the current salary of the borrower
fint_company_code
string
This is the FINT company code provided when creating the company profile this current borrower works for
Request Loan
POST
https://sandbox-api1117v2.fint.ng/v1/payroll/requestloan
Headers
Client-Id
string
Client-Secret
string
Request Body
borrower_id
string
This is the ID of the borrower
salary_date
string
This is the expected salary date of the borrower in this format DD
tenure
number
This is the proposed loan duration
salary
string
This is the current salary of the borrower
fint_company_code
string
This is the FINT company code provided when creating the company profile this current borrower works for
amount
string
This is the amount the borrower wants to loan
Fetch Borrower Loan History
POST
https://sandbox-api1117v2.fint.ng/v1/payroll/fetchborrowerloans
This Endpoint is used to fetch a borrower loan history
Headers
Client-Id
string
Client-Secret
string
Request Body
borrower_id
string
This is the ID of the borrower
Upload Borrower Document
POST
https://sandbox-api1117v2.fint.ng/v1/payroll/uploadborrowerdoc
This endpoint is used for uploading the borrower's Document like a ID card government-issued ID card (Not expired)
Headers
Client-Id
string
Client-Secret
string
Request Body
file
object
This is the selected borrower document (Id card).
borrower_id
string
This is the borrower_id
description
string
This is a brief description of the file to be uploaded
Allowed File Type
Max Size
Images (.png, .jpeg)
5MB
PDFs
5MB
Fetch Terms and Services
GET
https://sandbox-api1117v2.fint.ng/v1/payroll/common/fetchterm
Last updated
Was this helpful?