Misafir ödeme, kullanıcıların Google Hesabı'nda oturum açmış olup olmadıklarına bakılmaksızın Google üzerinden iş ortaklarına sipariş vermelerini sağlar.
Kullanıcının siparişinin misafir olarak mı yoksa Google Hesabı'nda oturum açılarak mı gönderildiğini belirlemek için SubmitOrderRequestMessage içinde finalOrder.cart.extension.contact içindeki emailVerified alanını kontrol edin.
Google Hesaplarına giriş yapan kullanıcıların siparişlerinde emailVerified doğru olarak ayarlanır. Misafir kullanıcıların siparişlerinde ise emailVerified hiç ayarlanmaz.
[null,null,["Son güncelleme tarihi: 2024-11-26 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"]]