Validate OTP

πŸ“˜

You can find this API here

In this API, user needs to validate the OTP received on their mobile number when the API to generate the OTP for fetching mutual funds has been called.

For this API,

Input : OTP sent to mobile number linked with mutual funds and PAN.

Output : Verification message that OTP has been verified.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
enteredOtpnumberA valid OTP sent to the user

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: enteredOtpenteredOtp is a required field

πŸ‘

You can try out this API here.