v1
latestOpenAPI 3.1.02026-07-2418201.6 MBEnach Mandate Registration Status
This API allows the platform to check the status of a mandate registration using Decentro's ENACH V3 stack.
get/v3/payments/enach/mandate/status
Query parameters
decentro_txn_idstring required
decentroTxnId passed by Decentro in the registration API
decentro_mandate_idstring
decentro mandate ID as received in successful Mandate Status Response
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": "F1BFE49F7951439DA788E7EFEBEFFA64",
"api_status": "SUCCESS",
"message": "Successfully fetched mandate registration details.",
"data": {
"decentro_mandate_id": "decf96af034916b49f6a1c93551bb22b96f",
"mandate_status": "PENDING",
"consumer_reference_number": "decentro-mandate"
},
"response_key": "success_registration_gts"
}