توفّر ميزة "الدفع بدون حساب" للمستخدمين طريقة لتقديم طلبات إلى الشركاء من خلال
Google، بغض النظر عمّا إذا كانوا مسجّلين الدخول إلى حساب Google.
لتحديد ما إذا تم إرسال طلب المستخدم كضيف أو تم تسجيل الدخول إلى
حسابه على Google، ضَع علامة في حقل emailVerified ضمن
finalOrder.cart.extension.contact في
SubmitOrderRequestMessage.
بالنسبة إلى الطلبات التي يقدّمها المستخدمون الذين سجّلوا الدخول إلى حساباتهم على Google، سيتم ضبط emailVerified
على true، بينما لن يتم ضبط emailVerified على الإطلاق للطلبات التي يقدّمها المستخدمون الضيوف.
تاريخ التعديل الأخير: 2024-11-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Guest checkout allows users to order through Google without a Google account, but it's available by request only in the US, Canada, and Australia."],["Partners should strengthen fraud monitoring when enabling guest checkout due to the absence of Google account verification."],["Orders from guest users will not have the `emailVerified` field in the `finalOrder.cart.extension.contact` object, while logged-in user orders will have it set to `true`."],["Guest checkout is restricted to orders under $100 and might not work if the user's location differs from the restaurant's; using a VPN to align locations is recommended."]]],["Guest checkout allows users to order without a Google account, available in the US, Canada, and Australia upon request. To enable, submit a support request. Assess fraud monitoring due to guest orders. The `emailVerified` field in `SubmitOrderRequestMessage` indicates guest (missing) or logged-in (true) status. Guest checkout may have issues if the user and restaurant locations don't match and is limited to orders under $100. Example code shows the difference in emailVerified status between a guest order and a logged in order.\n"]]