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
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
order_id | number | A valid order number that used for pledging assets |
otp | number | A 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:
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: order_id | order_id is a required field |
param is missing or the value is empty: otp | otp is a required field |
You can try out this API here.
Updated 4 months ago