v1
latestOpenAPI 3.1.02026-07-2418201.6 MBEnach Mandate Registration
This API allows the platform to initiate a mandate registration using Decentro's ENACH V3 stack.
post/v3/payments/enach/mandate
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
{
"api_status": "SUCCESS",
"message": "Successfully initiated mandate registration.",
"data": {
"decentro_mandate_id": "ABCDVMPCV8QTRGGSH8ZW",
"mandate_status": "PENDING",
"page_link": "Link"
},
"response_key": "success_link_initiation"
}