TRANSACTION_STATUS
This API is used to get the transaction status of NEFT/IMPS fund transfers.
Request
payload: {
"transactionType" : "NEFT",
"stanNumber":"040724412431",
"transactionID":"000003825915",
"transactionDate":"2024-09-11T10:12:38Z"
}
Response
{
"headers": {},
"body": {
"status": "SUCCESS"
},
"statusCode": "OK",
"statusCodeValue": 200
}
Updated 4 months ago