v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGet Netbanking Transaction Status
This API allows the platform to fetch the status of a transaction intiated through a payment link/collect request/dynamic QR code/ UPI Autopay(Refunds only).
get/v3/payments/netbanking/status?{decentro_txn_id}
Query parameters
decentro_txn_idstring
The Decentro transaction id that you received in the collection request/ payment link request.
reference_idstring
The reference_id passed during initial payment request.
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": "887125360D2D4148BE923B073642FEB1",
"api_status": "SUCCESS",
"message": "Netbanking transaction status retrieved successfully",
"data": {
"netbanking_link_status": "SUCCESS",
"transaction_authentication_timestamp": "2026-06-23T14:15:12",
"bank_reference_number": "BAN016174JK5OTUU3AZB",
"request_decentro_txn_id": "22D7CC441A7E4F4796D99F3E823C42DF"
},
"response_key": "success_netbanking_transaction_status_fetched"
}