Initiate Account Verification
POST/verification-actions-srv/account/initiation
This API initiates the account verification process for communication mediums (email or mobile number). It sends a verification code or link to the user's email or mobile number.
Use Case:
- Initiate verification when user is prompted during the
communication_medium_verificationprecheck - Send verification code or link to user's email or mobile number
- Required before validating the verification code
Processing Types:
- CODE: Sends a verification code that the user must enter manually
- LINK: Sends a verification link that the user clicks to verify
Verification Mediums:
- email: Verify user's email address
- sms: Verify user's mobile number
- ivr: Verify via Interactive Voice Response (phone call)
Authentication:
- Public endpoint using the
requestIdis provided in the request body
Request
Responses
- 200
- 302
- 400
- 401
- 404
Success
Redirect to verification_complete page (when processingType is LINK)
Bad Request
Unauthorized
Not Found