πŸ“˜

You can find this API here

This is the first API to start the process of fetching and pledging of Mutual funds. This would be the base layer for the whole process of lending.

For this API,

Input : PAN and Mobile Number followed by an OTP to Fetch Mutual Funds

Output: OTP is sent to user mobile_number which would validate and fetch their holding in mutual funds from MFC.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
panstringA valid PAN associated with mutual funds
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: 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.