Skip to main content

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_verification precheck
  • 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 requestId is provided in the request body

Request

Responses

Success