Skip to main content

Cancel mandate

Cancel e-mandate for payer

POST: https://api.creditchek.africa/v1/recova/consent/business/cancel-mandate

Permanently deactivates the e-mandate agreement. No further debits can be executed against the mandate.

POST /consent/business/cancel-mandate
Content-Type: application/json
token: <YOUR_API_KEY>

Request Parameters​

Sample request
{
"mandateId": "6623fb0407ea50bc22d0ac61"
}

Contact [email protected] if you encounter any error responses at this stage.

Response
{
"status": true,
"data": {},
"message": "Mandate successfully deactivated ",
"error": false
}