গেস্ট চেকআউট ব্যবহারকারীদের জন্য Google এর মাধ্যমে অংশীদারদের সাথে অর্ডার দেওয়ার একটি উপায় প্রদান করে, তারা যদি কোনো Google অ্যাকাউন্টে লগ ইন করে থাকে তা নির্বিশেষে।
ব্যবহারকারীর অর্ডার অতিথি হিসাবে জমা দেওয়া হয়েছে বা তাদের Google অ্যাকাউন্টে লগ ইন করা হয়েছে কিনা তা নির্ধারণ করতে, SubmitOrderRequestMessage এ finalOrder.cart.extension.contact এর মধ্যে emailVerified ক্ষেত্রটি পরীক্ষা করুন। ব্যবহারকারীদের দ্বারা তাদের Google অ্যাকাউন্টে লগ ইন করা অর্ডারগুলি emailVerified সত্য হিসাবে সেট করা হবে যখন অতিথি ব্যবহারকারীদের দ্বারা আদেশগুলি emailVerified করা হবে না।
[null,null,["2025-01-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]