{
"username": "********",
"password": "********",
"requestid": "d2qL9GvXpfE9i6zrs3Nu",
"txn_requestid": "d2qL9GvXpfE9i6zrs3Nu",
"txn_date": "2023-08-31"
}
curl --location --request POST '/Payout/Fetch/transaction_status_by_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "********",
"password": "********",
"requestid": "d2qL9GvXpfE9i6zrs3Nu",
"txn_requestid": "d2qL9GvXpfE9i6zrs3Nu",
"txn_date": "2023-08-31"
}'
{
"Resp_code": "RCS", //Transaction status to be considered only if RCS code is received in the status check response. In absence of this particular index value, status response need not to be considered and status check should be tried again unless RCS code is received as the particular index value.
"Resp_desc": "Request Completed Successfully",
"data": {
"txn_requestid": "d2qL9GvXpfE9i6zrs3Nu",
"txnid": "W230831120311EYKA",
"utr": "W230831120311VUGQ",
"servicename": "TRANSACTION REFUND",
"servicetype": "WALLET",
"servicekey": "WLT09",
"txnamt": "100.00",
"txndt": "2023-08-31 12:03:11",
"txnstatus": "SUCCESS"
}
}