{
"username": "********",
"password": "********",
"requestid": "R9qoe66WZ9r2vW8hlbOr",
"beneficiary_type": "UPI",
"vpa": "success@upi"
}
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/Payout/Action/validateBeneficiary' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "********",
"password": "********",
"requestid": "R9qoe66WZ9r2vW8hlbOr",
"beneficiary_type": "UPI",
"vpa": "success@upi"
}'
{
"Resp_code": "RCS",
"Resp_desc": "Transaction Failed, UPI is under Development",
"requestid": "R9qoe66WZ9r2vW8hlbOr",
"data": {
"benename": "Validate Bene",
"opid": "00",
"txnid": "W231005145518XZH",
"txn_status": "FAILED",
"txn_desc": "Transaction Failed, UPI is under Development",
"date": "2023-10-05 14:55:18",
"datetext": "14:55:18 on 2023-10-05",
"commission": 10,
"tds": 0.5,
"totalcharge": 4,
"trasamt": 1,
"chargedamt": 1
}
}