How To integrate Aadhaar Card Authentication Api for Aadhaar number Verification in PHP?

后端 未结 2 892
野趣味
野趣味 2020-12-23 16:44

I want to integrate the Aadhaar Card Authentication API for Aadhaar number Verification in PHP. I tried this and wrote code for API access.

How can I generate the

2条回答
  •  别那么骄傲
    2020-12-23 17:11

    To generate the XML, you could use this library to generate it quite easily:

    https://github.com/iwyg/xmlbuilder

    For the encryption; I could be wrong but it looks like (from this page) you can generate the encoded results in java one time and just paste in the results to your PHP variables.

提交回复
热议问题