Giter Club home page Giter Club logo

Comments (14)

corientdev avatar corientdev commented on August 15, 2024 1

@souvikdc9 Kindly look into this as we are getting more and more request for this and you are the only hope. Today morning i have received email referencing this project asking me about the progress. That means he also wants the same.

So, +1 on his behalf too.

from aadhaarapi.net.

 avatar commented on August 15, 2024 1

I understand your concern. Try adding the following code in the library.

PersonalInfo.cs.ToXml()

XNamespace ns2 = "http://www.uidai.gov.in/authentication/uid-auth-request-data/1.0";
var personalInfo = new XElement(ns2 + elementName,
    new XAttribute("ts", Timestamp.ToString(AadhaarHelper.TimestampFormat,
    CultureInfo.InvariantCulture)), ......);

ApiRequest.cs.ToXml()

XNamespace ns2 = "http://www.uidai.gov.in/authentication/uid-auth-request/1.0";
XElement request;
if (elementName == "Auth")
    request = new XElement(ns2 + elementName,
        new XAttribute("tid", Terminal),
        new XAttribute("ac", AuaCode),
        new XAttribute("sa", SubAuaCode),
        new XAttribute("txn", Transaction),
        new XAttribute("lk", AuaLicenseKey));
else
    request = new XElement(elementName,
        new XAttribute("tid", Terminal), .........);

Adding the code may make the request successful in development mode. However,

  1. On adding it, the e-KYC XML data that is received will perhaps throw error, (cannot be parsed).
  2. Adding the namespace may not work in production environment.

I'm not currently finding time to fix the issues, however when I do, I will push several changes to library at once.

If you have added the code, and it worked, please let me know.

from aadhaarapi.net.

corientdev avatar corientdev commented on August 15, 2024

Anybody here to support

from aadhaarapi.net.

 avatar commented on August 15, 2024

Currently, we don't have any fixed date to fix the e-KYC error. As the actual reason that is causing the K-999 error is still unclear. Look over to Aadhaar discussion group, you will get huge number of K-999 error issues, specially on .NET platform.

We are planning to fix the error and update the library to newer API version along with publishing a release version of the library, but no date has been fixed still yet.

from aadhaarapi.net.

corientdev avatar corientdev commented on August 15, 2024

Ok. And just for your notice. It doesn't work with Web Application because of so many async call which contribute to deadlocks

from aadhaarapi.net.

corientdev avatar corientdev commented on August 15, 2024

Pleasse check this link
https://groups.google.com/forum/#!searchin/aadhaarauth/K-999|sort:relevance/aadhaarauth/caN7no_IvuI/P-80HD1XAQAJ

It has a solution:

Dear Sir,
I added ns2 and xmlns namespace to pid block as follows:

<ns2:Pid ts="2016-09-26T12:28:54" xmlns:ns2="http://www.uidai.gov.in/authentication/uid-auth-request-data/1.0">```

...........


</ns2:Pid>

 and removed the ns2 namespace from Auth and kyc as follows:

<Auth xmlns="http://www.uidai.gov.in/authentication/uid-auth-request/1.0" ac="public" lk="MBFWjkJHNF-fLidl8oOHtUwgL5p1ZjDbWrqsMEVEJLVEDpnlNj_CZTg" sa="public" tid="public" txn="UKC:public:20160926122854630" uid="999988871435" ver="1.6">

................


</Auth>


<Kyc xmlns="http://www.uidai.gov.in/kyc/uid-kyc-request/1.0" de="Y" lr="N" mec="N" ra="F" rc="Y" ts="2016-09-26T12:28:54" ver="1.0">

.......

</Kyc>



Rest everything was ok.`

from aadhaarapi.net.

corientdev avatar corientdev commented on August 15, 2024

Unfortunately i cannot test it as my aadhar number is not added in UIDAI staging database which is required in case of e-Kyc. Same is the case with other guy also. So, we are fully dependent on you now.

Only question i have currently is when can i expect your next push to this wonderful library.

from aadhaarapi.net.

yogeshtk77 avatar yogeshtk77 commented on August 15, 2024

any good news with fix ?

from aadhaarapi.net.

corientdev avatar corientdev commented on August 15, 2024

@souvikdc9 can you please share your contact details?

from aadhaarapi.net.

yogeshtk77 avatar yogeshtk77 commented on August 15, 2024

from aadhaarapi.net.

 avatar commented on August 15, 2024

e-KYC fixed.

from aadhaarapi.net.

corientdev avatar corientdev commented on August 15, 2024

from aadhaarapi.net.

Pavankumar12 avatar Pavankumar12 commented on August 15, 2024

Hi Guys,

Can any one implemented ekyc project in their web application, iam doing but iam not able do,please suggest me the steps how can proceed.

Thanks and Regards
Pavankumar

from aadhaarapi.net.

 avatar commented on August 15, 2024

What error are you getting in the web app? Please explain in detail.

Regards,
Souvik DC

from aadhaarapi.net.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.