Verifies the provided code matches the SMS OTP

POST {{baseUrl}}/sms-otp-verifications

Verify provided code matches the SMS OTP.

Request Body

{"code"=>"123456", "otpId"=>"63d04933-02b6-4ea4-adf9-68696e675a01", "countryCode"=>"BR", "userConsent"=>"ACCEPT"}

HEADERS

KeyDatatypeRequiredDescription
X-Encrypted-PayloadbooleanWhether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"responseCode":"SUCCESS","responseMessage":"Verification Successful","transactionId":"9060c8ca-c5ec-11ea-87d0-0242ac130003"}