This API is used to manage the mandate. Merchants can perform the actions like cancel the mandate.
Overview
The Mandate Management API allows merchants to manage existing Enach mandates.
Only mandates with statuses ACTIVE or REGISTERED are eligible for cancellation.
Future-dated presentations for successfully cancelled mandates are automatically cancelled and commissions are refunded.
Mandate status is updated to Cancelled on successful cancellation or reverted back to Active / Registered on failure.
Merchants will receive callbacks for Cancellation_Pending and Cancelled statuses in same mandate registration callback endpoint.
Ensured merchants can track cancellation progress using the existing Mandate Status API.
Allowed Mandate Statuses for Cancellation:
- ACTIVE
- REGISTERED
Any other status (e.g., CANCELLED, EXPIRED) will result in an error.
