v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
sca-otp

Trigger SMS Challenge

To trigger a SMS challenge by sending SMS to user verified phone number containing a 6 digit one time password (OTP).

This OTP code can be used to clear a SMS challenge by using the Verify SMS endpoint.

post/v1/one-time-token/sms/trigger

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.

Response

Trigger result with obfuscated phone number.

obfuscatedPhoneNostring

Obfuscated phone number that can be used as a hint for the end customer regarding which phone number the SMS was sent to.

Example response

{
  "obfuscatedPhoneNo": "*********8888"
}