v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGet Transaction Status
get/v3/core_banking/money_transfer/get_status
Query parameters
decentro_txn_idstring
(Mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response
reference_idstring
(Mandatory if decentro_txn_id is not present) A unique ID you create to pass as an identifier for the payout transaction. The ID must be an alphanumeric value.
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
Response
200
Example response
{
"decentro_txn_id": "EDB6F0F940D54F79A8B221822DAC1275",
"api_status": "SUCCESS",
"response_code": "S00000",
"message": "Transaction status retrieved successfully.",
"data": {
"transfer_type": "NEFT",
"bank_reference_number": "N150250133674000",
"beneficiary_name": "TEST payment",
"transaction_status": "success",
"transaction_status_description": "Success"
},
"response_key": "success_transaction_status_fetched"
}