Cancel a mandate ( Via Direct NPCI )

In this flow, user has to authorize the mandate cancellation. Users will be redirected to NPCI page where they can complete the cancellation process with any of the authentication methods such as PAN, AADHAR, or a Debit Card.
This process is on real time and the status of cancellation from NPCI is immediately reflected.
Kindly use List all NACH Banks and Retrieve NACH Bank API to check which destination banks support mandate management api's and corresponding auth mode.

These will be Patch Requests and can be initiated using either UMRN or mandate id_token.

Note : Default expiry of the generated auth link will be 7 days from the date of creation.

Validations for cancel request to be done at LotusPay end:

  • The mandate should be in active state, then only this request can be initiated.

  • There should not be any pending Amend/Pause/Resume request on the same mandate.

  • The mandate should have a date of response.

  • The mandate cancel status should be cancel_nil.

  • Merchant accounts should have enabled the cancel mandate feature.

  • Cannot cancel a mandate within 2 business days of mandate response date

API Endpoints
Sandbox Link
PATCH
https://api-test.lotuspay.com/api/mandates/cancel?umrn=
Production Link
PATCH
https://api.lotuspay.com/api/mandates/cancel?umrn=
Authorization Header
Last updated 1 year ago