When you hit the Account Holder creation API (newIndividual
), you need to ensure that form Id , aadhaar number and mobile number are always unique.
For example: Account Holder (AH) is already created at our end. When you hit the Account Holder creation API again, you get a timeout error and do not get the AH value. Hence, when hitting the API again with the same vectors and parameters, you must ensure that the form Id , aadhaar and mobile number are different. Our system will return the same AH value only if the form Id, aadhaar number and mobile number is unique, else an error will be thrown.