Validate OTP
This API accepts the otp with fields from last API. And in response, it gives the assets held by the account holder.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
reqId | string | A valid request id |
otpRef | string | A valid OTP reference |
userSubjectReference | string | A valid user subject reference |
clientRefNo | string | A valid client reference number |
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: reqId | reqId is a required field |
param is missing or the value is empty: otpRef | otpRef is a required field |
param is missing or the value is empty: userSubjectReference | userSubjectReference is a required field |
param is missing or the value is empty: clientRefNo | clientRefNo 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 2 months ago