Skip to main content

Get Loan Mandate By Reference

base_url: https://demo.etranzact.com/bankit-api/antPeer/v1

Description: This endpoint is to fetch loan mandate using loanReference

Request Parameters

ParameterTypeDescriptionRequired
loanReference string Unique loan reference for the mandateYes
GET /user/getMandate/{loanReference}
curl `${base_url}/user/getMandate/UU793753-90`
-H "Content-type: application/json"
-H "Authorization: Bearer YOUR_SECRET_KEY"