Power Loan
This Section describes how to integrate the FINT Power Loan API
Verify customer
POST
https://sandbox-api1117v2.fint.ng/v1/powerverifyCustomer
This endpoint is used to check if a particular customer's phone number is registered on the FINT Power Loan Platform or not
Headers
x-requested-with
String
XMLHttpRequest
Request Body
partner_meta*
string
This is the FINT Partner Meta, issued prior integration
phone*
string
The phone number to be verified e.g 08111111111
Register a new Customer
POST
https://sandbox-api1117v2.fint.ng/v1/power/registerCustomer
This endpoint is used to register new Customers a power Loan
Headers
x-requested-with*
String
XMLHttpRequest
Request Body
partner_meta*
string
This is the partner Meta key, it will be provided prior to integration
transaction_pin*
string
This is a four digits PIN chosen by the user, it will be used to authorize his transactions in the future
phone*
string
This is the phone number of the user E.g 081111111111
first_name*
string
This is the first name of the User
last_name*
string
This is the Last name of the user
Get Utility Provider
GET
https://sandbox-api1117v2.fint.ng/v1/power/getUtilityServiceProviders
This endpoint is used to get the lists of Power Utility Provided that is currently partnered with FINT
Headers
x-requested-with*
String
XMLHttpRequest
Link Meter number to a Borrower profile
POST
https://sandbox-api1117v2.fint.ng/v1/power/linkMeterNumber
This endpoint is used to link a Meter number to a Borrower account
Headers
x-requested-with*
String
XMLHttpRequest
Request Body
phone*
String
This is the phone number of the borrower
provider*
String
This is the selected Disco, gotten from the /getUtilityServiceProviders endpoint
meter_number*
String
This is the meter number to be linked
partner_meta*
String
This is the partner Meta
Unlink Meter number from a Borrower Profile
POST
https://sandbox-api1117v2.fint.ng/v1/power/unlinkMeterNumber
This endpoint is used to unlink a Meter number from a Borrower Profile
Headers
x-requested-with*
String
XMLHttpRequest
Request Body
phone*
String
This is the phone number of the borrower
transaction_pin*
String
This is the transaction pin of the borrower
partner_meta*
String
This is the partner Meta
Disburse Loan
POST
https://sandbox-api1117v2.fint.ng/v1/power/disburseLoan
This endpoint is used to disburse the Power loan
Headers
x-requested-with*
String
XMLHttpRequest
Request Body
phone*
string
This is the phone number of the customer
amount*
string
This is the amount that will be disbursed, it should not be less than the minPayable amount returned from the validate customer endpoint
partner_meta*
string
This is the FINT partnerMeta provided
transaction_pin*
string
This is the transaction PIN of the user
Get Meter Recharge Token
GET
https://sandbox-api1117v2.fint.ng/v1/power/getRechargeToken
Path Parameters
partner_meta*
String
reference*
String
Headers
x-requested-with*
String
XMLHttpRequest
Request Body
paymentReference*
string
This is the payment reference returned from the disburse loan endpoint
provider
string
This is the Utility provider the customer selected e.g EKEDP
Last updated
Was this helpful?