v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Enach Presentation Cancel API

This API is used to cancel eNACH presentations that are in the "Initiated" status.

post/v3/payments/enach/mandate/execute/cancel

Request body

reference_idstring required

Unique identifier for each request.

decentro_txn_idstring

This Decentro transaction ID belongs to the Mandate Presentation API.

original_reference_idstring

The reference_id which was passed while initiating the presentation of the mandate

Response

200

decentro_txn_idstring
api_statusstring
messagestring
response_keystring

Example response

{
  "decentro_txn_id": "E599FC0EFE38419DA50F624876F5BB66",
  "api_status": "SUCCESS",
  "message": "Successfully cancelled mandate execution.",
  "response_key": "success_mandate_execution_cancelled"
}