Request Method :: POST
Description: This API ensures secure authentication by resending One-Time Passwords (OTP) to user’s mobile number.

Headers


Content-Type: application/JSON
header_secrets:  To be shared during integration by ISU Team
pass_key:  To be shared during integration by ISU Team

Request Body Parameters

Parameters Parameter description with examples Validation Data type Mandatory/Optional
bcagentid Unique ID assigned to the business correspondent (BC) agent.
E.g.- "AOISU0003435"
Alphanumeric Min 5, Max 15 String Mandatory
mobilenumber Contact number of the agent.
E.g.- "8989897650"
10 digit number String Mandatory
token A temporary code used for authentication or verification.
E.g.- "854162978825042025"
Not null String Mandatory

Sample Request Body


Encrypted Sample Request Body


Response Body Parameters

Parameters Parameter description with examples Data type
status Status of the operation (SUCCESS/FAILED) String
statusCode Status Code String
statusDesc Status Description. string
bcagentid Unique ID assigned to the BC agent. String
token A temporary code used for authentication or verification. String

Sample Response Body


SUCCESS:

 

FAILED:

The OTP has been already validated:

Sample Response Body(Encrypted)


Status Codes

Status Status Code Description
SUCCESS 0 Otp resent successfully
FAILED 1 No data found