DEV Community

Cover image for Bank Account Verification Programatically
Manideep Pullalachervu
Manideep Pullalachervu

Posted on • Edited on

Bank Account Verification Programatically

If you want to verify a bank account programatically from the backend by just taking name, account number and IFSC from the frontend. Cashfree has a product for doing that. Bank Account Verification

Need to verify users bank account ?

The problem I have to solve in my BisKit project is very simple. I've to do payouts to users for which I need to verify their accounts for successful payouts. There could be a chance that user might have given wrong/invalid credentials.

My journey:

  • Create an account with cashfree.
  • Switch to test environment.
  • Click on Verification Suite. Where you can try Bank Account Verification provided by cashfree. But in test environment it gives correct response to only specific bank accounts. Test Bank Accounts Bank Account Verification Success Details
  • Check the API docs before moving on to SDK. Yeah, cashfree has SDK
  • Cashfree made developers life simple by providing Bank Validation Integration Kit for Node
  • Finally, from the verification suite you need to generate API Keys and whitelist IP address in Access Control. To use them in the code.

Top comments (0)