Modules
...
Pages
Data and Documents

Bank Account Verification

3min

Bank account verification is a process used by businesses and financial institutions to ensure that a bank account is valid, active, and belongs to the person claiming ownership of the account. This process is crucial for minimizing fraud, ensuring compliance with financial regulations, and establishing trust in financial transactions.

First, the user uploads a bank statement or a check, from which the account number and IFSC are extracted using OCR (Optical Character Recognition). Then, the Variable Penny Drop API is called. The user enters the amount deposited into their account on the front end, and the Verify Amount API is called to confirm the transaction. In this process, the only change from the previous method is transitioning from the standard Penny Drop API to the Variable Penny Drop API.

Document image
ο»Ώ

Configuration

  • Go to the 'Pages' Section, select the country and enter a page name.
  • Select Data and Documents.
  • Select the Bank Account Verification widget from the list of various APIs.
  • Then edit the template, choosing either fetch or manual data entry.
  • Here, there are various fields like address, PIN code, bank name, MICR etc, which can be edited and/or removed.
  • More elements can also be added according to requirements.
  • Toggles:
    • Enable variable penny drop: If this is enabled then the variable amount will be credited to the user’s account otherwise the previous fixed values of 1.00 or 1.01 will be credited.
    • Account Verification Mandatory: If this toggle is enabled then the account verification process becomes a mandatory step in the onboarding journey.

Scenarios for variable penny drop:

  • When the variable penny drop toggle is ON & Account verification mandatory toggle is ON
    • Both new APIs will be hit- variable penny amount will be dropped and the user will verify the amount by entering on the Front End.Β 
  • When the variable penny drop toggle is OFF & Account verification mandatory toggle is ON
    • Both old Indiagate APIs will be hit- the old penny drop API will be hit and the user will verify the amount by entering on the Front End.Β 
  • When the variable penny drop toggle is ON & Account verification mandatory toggle is OFF
    • Only variable penny drop API will be hit- variable penny amount will be dropped but the user will not verify by entering the amount on Front End.
  • When the variable penny drop toggle is OFF & Account verification mandatory toggle is OFF
    • Old indiagate penny drop API will be hit and the user will not verify the amount by entering on the Front End.

Getting help

Please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better.

You can reach out to us at [email protected].

ο»Ώ

Updated 27 Sep 2024
Did this page help you?