Skip to main content
GET
/
bank
/
{ifsc}
/
accounts
/
{account_number}
/
verify
Bank Account Verification [Penny-Drop]
curl --request GET \
  --url https://api.sandbox.co.in/bank/{ifsc}/accounts/{account_number}/verify \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>",
  "data": {
    "@entity": "<string>",
    "message": "<string>",
    "account_exists": true,
    "name_at_bank": "<string>",
    "utr": "<string>",
    "amount_deposited": "<string>"
  }
}

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
string
x-accept-cache
boolean

Path Parameters

ifsc
string
required

11-digit alpha-numeric code used to identify the bank branches

account_number
string
required

Bank account number. Max length: 40 characters

Query Parameters

name
string

optional Name. Max length: 100 characters

mobile
string

optional Mobile. Length: 10 digits

Response

200 - OK

code
integer
timestamp
integer
transaction_id
string
data
object