API to generate an OTP from MFCentral for a particular transactionId, phone and PAN combination

👍

Learn how to generate an OTP for the Mutual Fund Holdings Import -

https://developers.gateway.smallcase.com/reference/get-otp-mf-holdings

On hitting the API for a 200 response, the holdings and orderbook will be fetched and shared with you on the registered webhook url.

Error Maps

DescriptionstatusCodeerror messageerrorType
Internal Error on the smallcase gateway server500Internal ErrorInternalError
transactionId passed is either non-existent or invalid400TransactionIdNotFoundInputException
transactionId passed is not of the intent MF_HOLDINGS_IMPORT400InvalidIntentInputException
transactionId passed is expired400TransactionIdExpiredAccessDenied
maximum number of wrong attempts exceeded with this particular transactionId
(max. 5 attemps allowed per transaction)
400wrong_attempts_exceededAccessDenied
Invalid request sent to MFCentral422Invalid Input or Request FormatMFCException
Ratelimit exceeded on MFCentral for the Client429Too many requests to the API (rate limiting)MFCException
validation error on MFCentral400Validation error or Invalid request parameters or valuesMFCException
Invalid access token or client Id401Invalid token or client IdMFCException
Incorrect otp entered406--
Language
Click Try It! to start a request and see the response here!