Skip to main content

Get Employee

Description: Get employee and last 6-month salary

Request Parameters

ParameterTypeDescriptionRequired
accountNoIntegerEmployee account NoYes
bankCodeIntegerEmployee bank codeYes
businessIdStringeTranzact corporate identifier Yes
queryRefStringClient specific unique transaction reference Yes
GET {base_url}/employee?accountNo=0031038291&bankCode=123&businessId=2839202&queryRef=POLARIS8393
curl `${base_url}/employee?accountNo=0031038291&bankCode=123&businessId=2839202&queryRef=POLARIS8393`
-H "Content-type: application/json"
-H "Authorization: Bearer YOUR_SECRET_KEY"
-X GET