58
Views
3
Comments
Aadhar card validations in reactive web app
Application Type
Reactive

I create a banking reactive web app but I am facing some problem in that aadhar validation part. I would like integrate that aadhar card validation part in forge into my main bank account app But i got some error on javascript because in reactive web app doesn't support rich widgets. 

2023-10-21 19-42-11
Tousif Khan
Champion

Hello 

Are you integrating with Adhaar API? 
What error exactly you are getting?
What kind of validation do you want to check?
What You have done so far?
Can you attach OML?

Please specify more detail on this.

Thanks
Tousif Khan

UserImage.jpg
Giridharan Kannan

I try to validate the aadhar number where the customer is given. But I don't know how to move forward that one . I don't have any idea about it

https://personal-spc5v3jp.outsystemscloud.com/CloneOfCustomerAccount/UserDetails?UserEntityId=5


pls check on this one 

2023-10-21 19-42-11
Tousif Khan
Champion


So if this is a sample POC and you are not using any external API or any External Integration with Udai and if we are not checking this against adhaar db records,

then for client side validation there are different approaches which you can follow.

You can validate it using regular expression this video below show how we can use regular expression to validate input

https://www.youtube.com/watch?v=CeaOHVhAc8w
https://www.outsystems.com/forge/component-overview/9512/regex-how-to

For the pattern you can refer to the number of solutions or you can create your own here.

You can also use this forge component for reference 

I hope this will help you
Thanks
Tousif Khan


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.