v1
latestOpenAPI 3.1.02026-07-2418201.6 MBEnach Mandate Execution Status
This API allows the platform to check the status of a mandate presentation using Decentro's ENACH V3 stack.
get/v3/payments/enach/mandate/execute/status
Query parameters
transaction_reference_numberstring
Transaction reference ID passed in the request body of execution API
decentro_txn_idstring
Decentro txn ID of mandate execution API
Headers
client_idstring required
client_secretstring required
authorizationstring
Customers can generate JWT using our Auth API with various grant types in the request body. JWT is valid for 15minutes.
Response
200
Example response
{
"decentro_txn_id": "3F381021856541D9880CB75D5BB710A5",
"api_status": "SUCCESS",
"message": "Successfully fetched mandate presentation details for the specified Decentro Mandate URN.",
"data": {
"transaction_reference_number": "e240c632-9e9b-470d-90d4-e1933502c47d",
"decentro_mandate_id": "SBIN7021909242113663",
"amount": 1,
"transaction_status": "INITIATED"
},
"response_key": "success_execution_gts"
}