Validate OTP
You can try the API here
This API is used to validate the mutual funds associated to the user's mobile_number, PAN with the OTP sent by KFintech. It verifies the OTP from KFintech RTA.
For this API,
Input: PAN, Mobile_number associated with mutual funds account and OTP sent to it.
Output: Verification done by RTA for fetching mutual funds.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
pan | string | A valid pan associated with mutual funds |
mobile_number | string | A valid mobile_number associated with mutual funds |
otp | number | A valid OTP sent to the above email address |
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: pan | pan is a required field |
param is missing or the value is empty: mobile_number | mobile_number is a required field |
param is missing or the value is empty: otp | otp is a required field |
No AMC found. | No mutual funds found associated with given email address |
Try out the API here
Updated 4 months ago