v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Bulk Execution Status Check

This API allows you to check the execution status of individual records from a previously submitted bulk mandate presentation request.

post/v3/payments/enach/bulk/mandate/presentation/status?decentro_txn_id=XX&page=1

Query parameters

decentro_txn_idstring required

The transaction ID received in response of bulk mandate presentation API

pagestring required

Page number of the result set (for pagination)

Headers

client-idstring required
client-secretstring required
content-typestring

Response

200

decentro_txn_idstring
api_statusstring
messagestring
response_keystring

Example response

{
  "decentro_txn_id": "016EF73FEBAE401FB79EBBC4491B83BA",
  "api_status": "SUCCESS",
  "message": "Successfully fetched bulk mandate presentation details for the specified Decentro Transaction ID.",
  "data": {
    "presentations": [
      {
        "transaction_reference_number": "12345678uhnbwd3",
        "decentro_mandate_id": "739",
        "amount": 1,
        "api_status": "FAILURE",
        "message": "Debit date is older than today. Hint: debit_date(string), format: yyyy-mm-dd"
      }
    ],
    "total_count": 1,
    "page_size": 20,
    "page_number": 1
  },
  "response_key": "success_bulk_presentation_gts"
}