Pledge OTP

πŸ“˜

Try the API here

In this API, this is verification of the OTP for pledging of the mutual funds. Users provide the OTP for mutual funds units, they want to pledge and after this it verifies that MF with particular RTA has been lien-marked under the name of lender, and they can start disbursal.

For this API,

Input : OTP sent by MFC for the verification of pledge request tied with particular user_id and order_id.

Output : This would verify that particular mutual fund units have been lien marked under the name of company and sent success message.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
order_idnumberA valid order number that used for pledging assets
otpnumberA valid OTP sent to the mobile_number when Pledge Assets API is hit

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: order_idorder_id is a required field
param is missing or the value is empty: otpotp is a required field

πŸ‘

You can try out this API here.