get https://in.staging.decentro.tech/core_banking/money_transfer/get_status
API Endpoints
Environment | Endpoint |
---|---|
Staging / Sandbox | https://in.staging.decentro.tech/core_banking/money_transfer/get_status |
Production | https://in.decentro.tech/core_banking/money_transfer/get_status |
This API can be used by you to check the money transfer transactions that were initiated/completed by your customers.
Two main parameters are required -
- reference_id ((mandatory if decentro_txn_id is not present) The request ID passed by you for this transaction when initiating it earlier.)
- decentro_txn_id ((mandatory if reference_id is not present) The decentro transaction id that we responded with while providing the initiate payment response.)
API Specifications
Response Payload
Response Parameter | Mandatory (M) / Optional (O) / Conditional Mandatory (CM) | Description |
---|---|---|
decentroTxnId | M | A URN generated by Decentro against the Get Transaction Status API request |
originalTxnId | The URN generated by Decentro against the Initiate Payout API | |
originalDecentroTxnId | A URN generated by Decentro against the Get Transaction Status API request | |
status | The Status of the transaction. Success,Pending and Failure will be populated in this parameter | |
bankReferenceNumber | CM | Bank Reference Number will be populated. It will be populated for ‘success’,’failure’ and ‘pending’. For some cases, it will not be populated for ‘pending’ |
message | CM | A message will be propagated by Decentro regarding the status of the transaction |
providerResponse | CM | The message propagated by provider regarding the status of the transaction |
transferType | M | UPI,IMPS,NEFT and RTGS will be propagated |
beneficiaryName | CM | The Beneficiary account holder’s name will be propagated here. This will be propagated only for ‘Success’ |