{ "statusCode": 00, "message": "OTP has been sent to the account holder's phone number" "data": { "accountNumber": "0987654321", "otpReferenceId": "1234567890", "expTime": "300" }, "errors": []}
Utilities
Request OTP
This endpoint generates a One-Time Password (OTP) and sends it to the phone number linked to the provided account number.
{ "statusCode": 00, "message": "OTP has been sent to the account holder's phone number" "data": { "accountNumber": "0987654321", "otpReferenceId": "1234567890", "expTime": "300" }, "errors": []}
The account number for which the OTP is being generated. Example:0987654321
Copy
{ "statusCode": 00, "message": "OTP has been sent to the account holder's phone number" "data": { "accountNumber": "0987654321", "otpReferenceId": "1234567890", "expTime": "300" }, "errors": []}