/

to search

Introducing Setu Changelog Check it out ↗

#Notifications and alerts for updating mandate

PREREQUISITES 

🌟 UPI mandate update ↗

Here is a quick view of how the status moves from mandate.live to mandate.updated

Bridge

This notification will only be triggered in case the mandate is updated via intent link/QR. The following param values indicate this state—

  • operation will be update
  • eventType will be mandate_operation.update.initiated
  • status will be initiated

{
// Event attributes
"eventId": "01ARZ3NDEKTSV4RRFFQ69G5FAV", // Id of an event (unique for each event)
"eventTs": "2023-09-04T12:08:20+0530", // Timestamp associated with the event
"eventType": "mandate_operation.update.initiated",
"resource": "mandate_operation",
"id": "01ARZ3NDEKTSV4RRFFQ69G5FAV", // mandate operation id
"operation": "update", // create | update | revoke | notify | execute
"status": "initiated", // initiated | success | failed
"merchantId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
"merchantReferenceId": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
// Mandate context
// "mandateType": "<type>",
// Mandate reference
"umn": "c27f5fc30d344e9594fce0afa34f8859@mypsp",
"txnId": "SETmBZkQOV0M7wyyP1V4PIFhRSzW5eSjmYI",
// Updated params
"amountLimit": 10000,
"endDate": "31122023",
// Reason
"reason": {}
}