@IntegrationSupport
Questions I have in ABDM M1 flow
- Does V2_V1 have api’s for ABHA address suggestion and creation? If yes, can you please share as V3 api’s for abha creations are not supporting v2 transactionId?
- Currently in V3 api’s the mobile number that we are passing is not getting validated. We have tried passing random numbers and that is also working as there is no OTP being sent and there is no api for the same. Can you please help on this?
More details -> V3 api which we have integration
API 1 - Passing Aadhaar -> https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/request/otp
API 2 - Passing OTP on linked mobile number and random number -> https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/byAadhaar
After this we get the profile and there is no flow to validate the mobile number provided in api 2.When getting Qrcode and abha card download after V3 flow, the xToken is not the token which we get in the API 2 response by the refreshToken. Is this expected?
Also how to we refresh the xToken? Does user have to do re-verification via OTP everytime xToken expires?