Bulk Execution API - JSON

This API allows clients to initiate bulk mandate execution requests for eNach mandates

📘

Important Note

Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.

  • The reference_id must be unique for each request.
  • Mandates must be in Active status for the presentation to succeed.
  • All dates must be in YYYY-MM-DD format.
  • If the same reference_id is reused in the current batch or has been used previously, the API will reject it as a duplicate.
  • The output file will be in CSV format. Parse the file to get the actual status of individual executions, or call the Bulk Execution Status API.
  • Ensure decentro_mandate_id is valid and corresponds to an active mandate.

Bulk Execution Response Body-

FieldTypeDescription
statusStringIndicates whether the API call was successful (SUCCESS or FAILURE)
download_urlStringURL to download the bulk processing report or presentation summary file
decentroTxnIdStringUnique Decentro transaction ID for tracking the bulk presentation request. This can be used in dashboard to identify the transaction.
messageStringHuman-readable message about the operation status
Language
Click Try It! to start a request and see the response here!