BrandKwikID Documentation
API SuiteBanking & Financial

Verify Bank Account

Verify bank account details using penny drop verification method

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

accountstring

Bank account number to verify

namestring

Account holder name

phonestring

Registered phone number

ifscstring

IFSC code of the bank branch

Response Body

curl -X POST "https://__mock__/verification/v1/banking/verifyaccount/pennydrop" \  -H "Content-Type: application/json" \  -d '{    "account": "string",    "name": "string",    "phone": "string",    "ifsc": "string"  }'
{
  "status": "string",
  "message": "string",
  "account_details": {}
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}