v1
latestOpenAPI 3.1.02026-07-2418201.6 MBEnach Mandate Execution
This API allows the platform to initiate a presentation using Decentro's ENACH V3 stack.
post/v3/payments/enach/mandate/execute
Headers
client_idstring required
client_secretstring required
x_on_behalf_ofstring
Optional header that allows parent merchant to consume the API on behalf of sub-merchant.
authorizationstring
Customers can generate JWT using our Auth API with various grant types in the request body. JWT is valid for 15minutes.
Request body
Response
200
Example response
{
"decentro_txn_id": "3B8ABE0E394045998A3103C6CDAE94B7",
"api_status": "SUCCESS",
"message": "Successfully initiated the mandate execution.",
"data": {
"presentation_status": "INITIATED",
"decentro_mandate_id": "2C9E1C0FC3B240369B4B8E7AF9CE8179",
"amount": 500
},
"response_key": "success_mandate_execution_initiated"
}