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:

  1. The bank account or ifsc code or both are invalid
  2. The bank account and ifsc combination are verified

Request Params

KeyDatatypeRequiredDescription
namestringoptional Name. Max length: 100 characters
mobilestringoptional Mobile. Length: 10 digits

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringJWT Authorization token
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
x-accept-cacheboolean

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}"