v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Bulk Execution API - JSON

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

post/decentro/bulk/enach_mandate_presentation

Headers

client-idstring required
client-secretstring required

Request body

reference_idstring required

A specific unique ID assigned by the platform for the API hit.

input_typestring required

This param value defines the type of the input. Accepted values are csv & json.

Response

200

statusstring
download_urlstring
decentroTxnIdstring
messagestring

Example response

{
  "status": "SUCCESS",
  "download_url": "https://staging.api.decentro.tech/XXX/XXX/XXX/XXX",
  "decentroTxnId": "C09MAWWXXXXXXXXXXXXXXX7SUEVZ3F947QQ",
  "message": "Enach Mandate Presentation initiated successfully."
}