Bank Account Verification [Penny-Less]
GET {{sandbox_host}}/bank/:ifsc/accounts/:account_number/penniless-verify
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 \"message\": \"Given account is an NRE account\",\n \"account_exist\": true\n }\n}"