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>'{
"code": 200,
"timestamp": 1765889766000,
"transaction_id": "e016852b-b33e-4c0c-b151-2cb6a88d50d4",
"data": {
"@entity": "@in.co.sandbox.bank.account.penny_less_verification_response",
"account_exists": true,
"name_at_bank": "JOHN DOE"
}
}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>'{
"code": 200,
"timestamp": 1765889766000,
"transaction_id": "e016852b-b33e-4c0c-b151-2cb6a88d50d4",
"data": {
"@entity": "@in.co.sandbox.bank.account.penny_less_verification_response",
"account_exists": true,
"name_at_bank": "JOHN DOE"
}
}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?