Learn how to use generate your own custom OTP in your verification requests.
options.code_size
parameter on the POST /v2/verification
endpoint.
custom_code
parameter to the code you want to use on the POST /v2/verification
endpoint.
The custom code needs to be a string of 4 to 8 numeric characters.
POST /v2/verification/check
request to verify the code when the user enters the code.