API process flow

Step 1: Agent needs to start with Bio-Auth Based Onboarding API

a) Send agent's full details like name, mobile, PAN, Aadhaar, address, and encrypted PID data.

b) You will receive a response saying OTP has been sent along with bcagentid, status, statuscode, statusDesc, and token .

Step 2: Agent will use the OTP Verify API

a) Use the same bcagentid, mobilenumber, received OTP and the token from the 1st API's response.

b) You will get a response confirming if the user is created successfully.

Step 3: Agent will resend OTP(Optional)

a) If the agent does not receive the OTP or is not able to verify the OTP within 90 sec, use the Resend OTP API by sending bcagentid and mobilenumber and token from 1st API's response.

b) You will get a response confirming that OTP resent successfully.

c) Use the same bcagentid , mobilenumber , received OTP from resend OTP API and token from the 1st API's response.

d) You will get a response confirming if the user is created successfully.

NOTE:

Agent have total three attempts (one OTP verification and two OTP resend requests), the agent will be restricted from further attempts for the next 24 hours.