Retry OTP
Retry Mobile OTP
Endpoint: POST /api/partner/register/retry-otp
Description: Retry sending a mobile OTP for registration.
Request
| Field | Type | Description | Required |
|---|---|---|---|
sessionUuid | string | Session UUID of the registration. | Yes |
mobileNumber | string | Mobile number of the user. | Yes |
partnerProfileNo | string | Partner profile number. | Yes |
- Headers
Authorization(string, required): Bearer token.
Response
-
Body
- Same as request body.
-
HTTP Status Codes
200 OK: OTP retried successfully.400 Bad Request: Invalid request parameters.401 Unauthorized: Authentication failed or token expired.500 Internal Server Error: Server encountered an unexpected condition.
Notes
- Secured endpoint, requires
MERCHANT_API_ACCOUNTrole. - Logging implemented for request and response.
Updated about 2 months ago
