post https://staging.api.decentro.tech/decentro/bulk/enach_mandate_presentation
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-
Field | Type | Description |
---|---|---|
status | String | Indicates whether the API call was successful (SUCCESS or FAILURE ) |
download_url | String | URL to download the bulk processing report or presentation summary file |
decentroTxnId | String | Unique Decentro transaction ID for tracking the bulk presentation request. This can be used in dashboard to identify the transaction. |
message | String | Human-readable message about the operation status |