curl --request GET \
--url https://api.sandbox.co.in/bank/{ifsc}/accounts/{account_number}/penniless-verify \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Verify a bank account without dropping a penny into the beneficiary account.
curl --request GET \
--url https://api.sandbox.co.in/bank/{ifsc}/accounts/{account_number}/penniless-verify \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'JWT access token
API key for identification
11-digit alpha-numeric code used to identify the bank branches
^[A-Z]{4}0[0-9A-Z]{6}$Bank account number. Max length: 40 characters
optional Name. Max length: 100 characters
optional Mobile. Length: 10 digits
Was this page helpful?