Get Transaction Status

🙌

Important Note

Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.

API Endpoints

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 ParameterMandatory (M) / Optional (O) / Conditional Mandatory (CM)Description
decentroTxnIdMA URN generated by Decentro against the Get Transaction Status API request initiated. This parameter is recommended for mapping and tracking purposes.
originalTxnIdMThe URN generated by Decentro against the Initiate Payout API initiated
originalDecentroTxnIdMA URN generated by Decentro against the Get Transaction Status API request. While available, it is recommended to prioritize decentroTxnId for mapping transactions
statusMSuccess, Pending, and Failure will be populated in this parameter. The API status and Transaction status must be differentiated by http_status_code.

Decentro recommends not to use this parameter to map the status of the transaction.
transactionStatusMThe status of the payout transaction. These are the values that will be present.

1. Success
2. Failure
3. Pending
4. Unknown
bankReferenceNumberCMBank Reference Number will be populated. It will be populated for ‘success’,’failure’ and ‘pending’. For some cases, it will not be populated for ‘pending’
messageCMA message will be propagated by Decentro regarding the status of the transaction
providerResponseCMThe message propagated by provider regarding the status of the transaction
transferTypeMUPI,IMPS,NEFT and RTGS will be propagated
beneficiaryNameCMThe Beneficiary account holder’s name will be propagated here. This will be propagated only for ‘Success’
Language
Click Try It! to start a request and see the response here!