{
"username": "f68db941819657a1434b9bce0cd9811e",
"password": "cabfc6c85d2c1ec57905d6f230784ca8",
"requestid": "G7tNkQ4DDtLZRllf2uhyXT",
"beneficiary_type": "NEFT/IMPS",
"beneficiary_account_number": "8750400900",
"beneficiary_bank_ifsc": "AIRP0000001",
"service_bank_id": "10",
"beneficiary_account_type": "SA"
}
curl --location --request POST '/Payout/Action/validateBeneficiary' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "f68db941819657a1434b9bce0cd9811e",
"password": "cabfc6c85d2c1ec57905d6f230784ca8",
"requestid": "G7tNkQ4DDtLZRllf2uhyXT",
"beneficiary_type": "NEFT/IMPS",
"beneficiary_account_number": "8750400900",
"beneficiary_bank_ifsc": "AIRP0000001",
"service_bank_id": "10",
"beneficiary_account_type": "SA"
}'
{
"Resp_code": "RCS",
"Resp_desc": "Transaction Under Process, request timed out",
"requestid": "1m3k6PGEOCwGHOYW1JnC",
"data": {
"benename": "Validate Bene",
"opid": "00",
"txnid": "W231005145138CBV",
"txn_status": "PENDING",
"txn_desc": "Transaction Under Process, request timed out",
"date": "2023-10-05 14:51:38",
"datetext": "14:51:38 on 2023-10-05",
"commission": 10,
"tds": 0.5,
"totalcharge": 4,
"trasamt": 1,
"chargedamt": 1
}
}