Skip to main content

Get Loan Details

Description: Get employee loan details. Order by recent payment.

Request Parameters

ParameterTypeDescriptionRequired
loanRefStringUnique existing loan reference Yes
GET {base_url}/loan/details?loanRef=LOAN1234
curl `${base_url}/loan/details?loanRef=LOAN1234`
-H "Content-type: application/json"
-H "Authorization: Bearer YOUR_SECRET_KEY"