Verifies the provided code matches the Email OTP
POST {{baseUrl}}/email-otp-verifications
Verify that the provided code matches One-Time Passcode (OTP) sent via Email during /email-otps
.
Request Body
{"code"=>"123456", "otpId"=>"63d04933-02b6-4ea4-adf9-68696e675a01", "countryCode"=>"BR", "userConsent"=>"ACCEPT"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Encrypted-Payload | boolean | Whether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"responseCode":"SUCCESS","responseMessage":"Verification Successful","transactionId":"9060c8ca-c5ec-11ea-87d0-0242ac130003"}