Bank Account Verification [Penny-Less]

Verify a bank account without dropping a penny into the beneficiary account.


Important Links
Run in PostmanStart a Free Trial

Entity Table
Response Entity
Key Type Description Example
account_exists boolean Indicates if the account exists or not. Possible values: true or false true
name_at_bank string Name of the account holder John Doe
message string Returns message to know if the account was verified successfully or not. Bank Account details verified successfully

Collapsible Table
Test Cases

Test Environment: https://test-api.sandbox.co.in

Run in Postman Response Remarks
Test request 200 Success response
Test request 200 Success response
Test request 200 Success response
Test request 200 Success response
Test request 200 Invalid Account or IFSC
Test request 200 Beneficiary Bank Offline
Test request 200 Account is blocked
Test request 200 NRE account
Test request 422 Invalid IFSC pattern

Path Params
string
required

11-digit alpha-numeric code used to identify the bank branches. Select Banks have enabled Pennyless Verification.

string
required

Bank account number

Headers
string
required

JWT access token

string
required

API key for identification

boolean

Pass true to accept the cached response. If the header is not passed, or if false is sent as the value, the request will hit the origin.

string
Defaults to 1.0

API version

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json