Skip to main content

Cancel Loan Mandate

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

Description: This endpoint is to cancel loan mandate

Request Parameters

ParameterTypeDescriptionRequired
loanReference string Unique loan reference for the mandate to be cancelled. Yes
POST /user/cancelMandate
curl `${base_url}/user/cancelMandate`
-H "Content-type: application/json"
-H "Authorization: Bearer YOUR_SECRET_KEY"
-X POST
-d '{
"loanReference": "UUWiYZzRp-970"
}
'