☑️Verify OTP
Verify OTP
POST
https://valifystage.com/api/v1/otp/verify/
Headers
Name
Type
Description
Content-Type
string
application/json
Authorization
string
Bearer <access-token>
Request Body
Name
Type
Description
otp
string
The 6-digit OTP entered by the user.
transaction_id
string
The transaction ID from the "Send OTP" step.
bundle_key
string
A bundle key provided to you by Valify.
lang
string
The error message language.
Code Snippets
Last updated