Utilities
Request OTP
This endpoint generates a One-Time Password (OTP) and sends it to the phone number linked to the provided account number.
POST
/
utils
/
otp-request
Note
- Use the default OTP 123456 when validating otp requests on sandbox.
- All OTPs generated expire after 5 minutes.
- Any active OTP on an account would be expired once a new otp request is recevied on the same account number.
requestId
string
requiredaccountNumber
string
requiredThe account number for which the OTP is being generated.
Was this page helpful?