improved

Flow Release Notes | Version 3.8.4

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.

  1. Additional Fields in API Response
    The following fields will now be returned in the success response of the mandate presentation initiation API:
    decentro_mandate_id amount

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"  
}

  1. Data Type Update for decentro_mandate_id in Create Mandate API
    Earlier, decentro_mandate_id was returned as an numeric value in string format. This will now be updated to return a randomly generated identifier instead of an incremented number.