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
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
enteredOtp | number | A valid OTP sent to the user |
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: enteredOtp | enteredOtp is a required field |
You can try out this API here.
Updated 4 months ago