Loan
The Loan API allows you create and manage payments on your integration.
Initiate loan application
POST
{{baseUrl}}/api/v1/loan
Initialize a transaction from your end
Headers
authorization String | |
content-type String | Set value to |
Body Parameters
firstname String | Customer's first name |
lastname String | Customer's last name |
phone String | Customer's phone number e.g +2348000000000 |
email String | Customer's email address |
amount String | Amount should be in the subunit of the supported currency i.e NGN |
contract_type String | Contract type should be ('full_time', 'contract') |
employer_name String | Name of the employer |
employment_date String | Employment date e.g. |
repayment_period Number | Loan repayment period e.g. 1 , 2, 3 |
address String | Customer's address |
monthly_income String | Customer's monthly income |
bvn String | Customer's bvn |
account_number String | Customer's account number |
bank_code String | Customer's account bank code |
bank_name String | Customer's account bank name |
referral_code String | Company's referral code |
Last updated