Headers
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 |
otp | A temporary code used for authentication or verification. E.g.- "986754" |
6 digit number | 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 |
Sample Response Body
SUCCESS:
FAILED:
The OTP has been already validated:
Invalid BcagentId Provided:
Sample Response Body(Encrypted)
Status Codes
Status | Status Code | Description |
SUCCESS | 0 | User created successfully |
FAILED | 1 |
|