Comment on page
Twilio
By using this integration, you can verify a phone number of customer.
In response, you will receive verified phone number.
smsVerification
Attribute | Type | Description |
---|---|---|
countryCode | string | Country code of phone number |
phoneNumber | string | The phone number to be verified |
{
"twilio":{
"countryCode": "+48",
"phoneNumber":"687993653"
}
}
Last modified 11d ago