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

InputTypeDescription
finsire_idstringA valid ID generated during user creation
emailstringA valid email address associated with mutual funds
panstringA valid PAN of an individual or company
mobile_numberstringA valid mobile number associated with mutual funds

Common Error Scenarios

The following are the common error scenarios in sending an API request:

ErrorDescription
param is missing or the value is empty: finsire_idfinsire_id is a required field
param is missing or the value is empty: emailemail is a required field
param is missing or the value is empty: panPAN` is a required field
param is missing or the value is empty: mobile_numbermobile_number` is a required field

πŸ‘

You can try out this API here