v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
sca-otp

Verify SMS Challenge

To clear a SMS challenge listed in a OTT.

Notes:

  1. User is required to have a verified phone number. See create phone number for more information.
  2. Trigger SMS Challenge is required to be called first.
  3. Since we won't be sending real SMS on sandbox, the OTP Code will always be 111111.
post/v1/one-time-token/sms/verify

Headers

One-Time-Tokenstring required

Text value of a OTT.

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

otpCodestring

6 digit OTP code in text format.

Example request

{
  "otpCode": "111111"
}

Response

One time token status.