Validate OTP
Try out the API here
This API accepts the OTP with fields from Generate OTP API. And in response, it verifies the user identity and gives the assets held by the account holder.
For this API,
Input: OTP sent to user on their mobile_number and mail should be verified by the CAMS and Finsire.
Output: All assets holding of user with particular asset NAV, unit holdings, unit prices, LTV value, AMC name and details, scheme type and further details will be provided.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
string | A valid email address associated with mutual funds | |
mobile_number | string | A valid mobile_number associated with mutual funds |
otp | number | A valid OTP sent to the above email address |
Common Error Scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: email | email is a required field |
param is missing or the value is empty: mobile_number | mobile_number is a required field |
param is missing or the value is empty: otp | otp is a required field |
No AMC found. | No mutual funds found associated with given email address |
You can try out this API here.
Updated 4 months ago