rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
PhoneVerificationMethod
Stay organized with collections
Save and categorize content based on your preferences.
Different verification methods to verify phone number.
Enums |
PHONE_VERIFICATION_METHOD_UNSPECIFIED |
Unknown method. |
SMS |
Receive verification code by SMS. |
PHONE_CALL |
Receive verification code by phone call. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThere are a variety of verification methods available to verify phone numbers, with unspecified, SMS and phone call.\u003c/p\u003e\n"],["\u003cp\u003eSMS verification sends a code to the user's phone number, while phone call verification delivers the code through a direct call.\u003c/p\u003e\n"],["\u003cp\u003eAn unspecified method is also available but lacks a description, highlighting the range of options for verifying a user's phone number.\u003c/p\u003e\n"]]],["The core content details two methods for phone number verification: receiving a verification code via SMS and receiving a verification code through a phone call. An unspecified or unknown method is also listed as `PHONE_VERIFICATION_METHOD_UNSPECIFIED`. These methods, represented as enums, offer different ways for users to confirm their phone numbers.\n"],null,["# PhoneVerificationMethod\n\nDifferent verification methods to verify phone number.\n\n| Enums ||\n|-----------------------------------------|------------------------------------------|\n| `PHONE_VERIFICATION_METHOD_UNSPECIFIED` | Unknown method. |\n| `SMS` | Receive verification code by SMS. |\n| `PHONE_CALL` | Receive verification code by phone call. |"]]