Bank Account Verification (Penny Drop)

post/v1/api_hub/bank_account_verification_penny_drop_l1

Request body

bank_account_numberstring required
ifscstring required

Response

200

api_categorystring
api_namestring
billableboolean
txn_idstring
messagestring
statusinteger
datetimestring

Example response

{
  "api_category": "Financial Checks",
  "api_name": "Bank account verification",
  "billable": true,
  "txn_id": "e25cae9d-fb8e-41d1-9da1-d0b90e3e1854",
  "message": "Success",
  "status": 1,
  "result": {
    "bank_ref_no": "308317961611",
    "beneficiary_name": "XXXXXX KUMAR",
    "transaction_remark": "Transaction Successful",
    "verification_status": "VERIFIED"
  },
  "datetime": "2023-03-24 12:27:33.076357"
}