Generate OTP
Try the API here
This is the first call in this API. It validates the request and generates the OTP, which is then sent to the requesting email or mobile number. The mutual fund data request will be processed concurrently.
For this API,
Input: Email, Mobile Number, and PAN followed by an OTP to Fetch Mutual Funds
Output: OTP is sent to user mail and mobile_number which would validate and fetch their holding in mutual funds from CAMS.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid ID generated during user creation |
string | A valid email address associated with mutual funds | |
pan | string | A valid PAN of an individual or company |
mobile_number | string | A valid mobile number associated with mutual funds |
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: pan | PAN` is a required field |
param is missing or the value is empty: mobile_number | mobile_number` is a required field |
You can try out this API here
Updated 4 months ago