improved
Flow Release Notes | Version 3.8.4
February 17th, 2026 by Nihal Simha
This release notes contains updates related to eNach Mandate.
Enhancements to eNACH Mandate Presentation API
Deployment Date: 13th February
We are introducing minor enhancements to the eNACH Mandate Presentation Initiation API to improve response completeness and data consistency.
- Additional Fields in API Response
The following fields will now be returned in the success response of the mandate presentation initiation API:
decentro_mandate_idamount
Updated Success Response (Sample):
{
"decentro_txn_id": "3B8ABEXXXC6CDAE94B7",
"api_status": "SUCCESS",
"message": "Successfully initiated the mandate execution.",
"data": {
"presentation_status": "INITIATED",
"decentro_mandate_id": "2C9E1C0FCXXXXXXXE7AF9CE8179",
"amount": 500.0
},
"response_key": "success_mandate_execution_initiated"
}
- Data Type Update for
decentro_mandate_idin Create Mandate API
Earlier,decentro_mandate_idwas returned as an numeric value in string format. This will now be updated to return a randomly generated identifier instead of an incremented number.
