Bank Account Verification [Penny-Drop]
GET {{sandbox_host}}/bank/:ifsc/accounts/:account_number/verify
Bank account verification or penny drop check as is commonly referred to is a way to verify the authenticity of a customer's bank account. This operation can be used to verify a bank account and ifsc code combination. The operation will return a success response (billable) in two cases:
- The bank account or ifsc code or both are invalid
- The bank account and ifsc combination are verified
Request Params
| Key | Datatype | Required | Description |
| name
| string | | optional
Name. Max length: 100 characters |
| mobile
| string | | optional
Mobile. Length: 10 digits |
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | JWT Authorization token |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
| x-accept-cache
| boolean | | |
RESPONSES
status: OK
"{\n \"code\": 200,\n \"timestamp\": {{$timestamp}}000,\n \"transaction_id\": \"{{$randomUUID}}\",\n \"data\": {\n \"@entity\": \"@in.co.sandbox.bank.account.penny_drop_verification_response\",\n \"message\": \"Failed at beneficiary bank\"\n }\n}"