API process flow
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
.
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.
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.
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.