post https://in.staging.decentro.tech/decentro/batch/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
Environment | Endpoint |
---|---|
Staging / Sandbox | https://in.staging.decentro.tech/decentro/batch/get_transaction_status |
Production | https://in.decentro.tech/decentro/batch/get_transaction_status |
This API can be used by you to check the money transfer transactions that were initiated/completed by the bulk payout JSON.
- decentroTxnId: 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 |
---|---|---|
referenceId | M | The URN passed by the user for each API request. Alphanumeric values are allowed. Special characters such as “@ # $ % ^ & * ! ; : ~ ` ? = + ) ( apostrophe, double quotes” are not allowed |
decentroTxnId | M | A URN generated by Decentro against the Get Transaction Status API request initiated. This parameter is recommended for mapping and tracking purposes. |
transactionStatus | M | This is the status of the transaction. This parameter must be used to refer the status of the transaction Success,Pending and Failure will be populated in this parameter |
apiStatus | M | This is the status of the payout API request. This status must be used to refer to status of the individual payout API request 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 payout API request |
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’ |