# phone\_verification\_failed

This event is triggered when a phone verification attempt fails for an unknown reason.

phone\_verification\_failed is a **Phone Verification** event, and will be generated for Phone Verification usage.

## Event attributes

| event                                              | The name of the event                                                                                                                     |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| objects.app.s\_account\_sid                        | The Twilio ID of the account                                                                                                              |
| objects.app.s\_device\_app                         | The authentication application being used by the device; this will be authy, a custom branded customer app name, or an SDK-based app name |
| objects.app.s\_id                                  | The ID of the customer app                                                                                                                |
| objects.app.s\_type                                | The type of the customer app; either full or trial                                                                                        |
| objects.phone\_verification.i\_code\_length        | The length of the phone verification code                                                                                                 |
| objects.phone\_verification.s\_country\_code       | The country code of the phone number being verified                                                                                       |
| objects.phone\_verification.s\_id                  | The ID of the phone verification                                                                                                          |
| objects.phone\_verification.s\_line\_type          | The type of line of the phone number; possible values are- voip, mobile, landline                                                         |
| objects.phone\_verification.s\_locale              | The locale of the phone being verified                                                                                                    |
| objects.phone\_verification.s\_mccmnc              | The mobile country code, mobile network code                                                                                              |
| objects.phone\_verification.s\_phone\_number       | The phone number being verified                                                                                                           |
| objects.phone\_verification.i\_seconds\_to\_expire | The number of seconds remaining to expire the request; this is relative to the time that the event was created                            |
| objects.phone\_verification.s\_status              | The status of the phone verification; possible values are- verified, expired, or pending                                                  |
| objects.phone\_verification.s\_via                 | The method being used to verify the phone number; possible values are- sms or call                                                        |
| request.id                                         | The unique ID of the request                                                                                                              |
| request.ip                                         | The IP address where the request originated                                                                                               |
| time                                               | The datetime when the event happened                                                                                                      |
