v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Direct Payouts - Get Transaction Status

get/core_banking/money_transfer/get_status

Query parameters

reference_idstring

Mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier

decentro_txn_idstring

(Mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response

Headers

client_idstring required
client_secretstring required
module_secretstring required

Use the core banking module secret

provider_secretstring required

Response

200

OR
OR

Example response

{
  "status": "success",
  "transactionStatus": "success",
  "originalTxnId": "DCTRTX00001200000003C0",
  "originalDecentroTxnId": "DCTRTX00001200000003C0",
  "decentroTxnId": "DECXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "transferType": "IMPS",
  "bankReferenceNumber": "227715217094",
  "beneficiaryName": "name"
}