Skip to main content

Loan History

Description: Get employee loan history for a specific client.

Request Parameters

ParameterTypeDescriptionRequired
accountNoIntegerEmployee Account No Yes
bankCodeIntegerEmployee bank code No
businessIdStringeTranzact corporate identifier Yes
startDateStringFilter start date. Format DD-MM-YYYYNo
endDateStringFilter end date. Format DD-MM-YYYYNo
queryRefStringClient specific unique transaction reference Yes
GET {base_url}/loan/history?accountNo=0003300033&bankCode=123&businessId=2839202& startDate=01-01-2019&endDate=01-08-2019&queryRef= POLARIS8393
curl `${base_url}/loan/history?accountNo=0003300033&bankCode=123&businessId=2839202& startDate=01-01-2019&endDate=01-08-2019&queryRef= POLARIS8393`
-H "Content-type: application/json"
-H "Authorization: Bearer YOUR_SECRET_KEY"