Verify Account / Penny Test
This api will return the account holder name against the bank details provided
Last updated
This api will return the account holder name against the bank details provided
Last updated
curl --location --request POST 'https://test.payumoney.com/payout/payment/verifyAccount' \
--header 'Authorization: Bearer c9d6fbde1b730e4d3d6c4e68002974097bb7fbc173e83aa68dd43064e502ed16' \
--header 'payoutMerchantId: 1111594' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Cache-Control: no-cache' \
--data-urlencode 'accountNumber=51234567890' \
--data-urlencode 'ifscCode=HDFC0001098' \
--data-urlencode 'merchantRefId=987668124234235' \
--data-urlencode 'validateIfsc=true' \
--data-urlencode 'beneName=Ankush Pokarana' \
--data-urlencode 'nameMatching=true' \
--data-urlencode 'purpose=Test'{
"status": 0,
"msg": null,
"code": null,
"data": {
"accountExists": "YES",
"beneficiaryName": "Ankush Pokarana",
"nameMatch": 59.45121951219513,
"status": "Success",
"error": ""
}
}{
"status": 0,
"msg": null,
"code": null,
"data": {
"accountExists": "No",
"beneficiaryName": "",
"status": "Success",
"error": "Invalid Benificiary MMID/Mobile Number"
}
}