v1

latestOpenAPI 3.1.02026-07-26490301.4 KB
Verification

Send message with verification code

post/antifraud/verification/{channel}/send

Path parameters

channelstring required

Channel of message

Headers

X-Request-IDstring

Unique ID of request

Request body

phonestring required

Consumer's phone number. Must start with an optional '+' sign, followed by up to 16 digits. The first digit (after '+' if present) must be between 1 and 9 (i.e., no leading zeros).

fromstring

Example request

{
  "phone": "+1987654320",
  "from": "Gateway"
}

Response

Success