購買流程
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
總覽
帳戶連結完畢後,您就能使用新建立的付款方式進行購買交易。Google 會透過 1 或 2 種模式進行消費:
無論選擇的模式為何,在一般情況下,整合商的使用者介面不會參與購買交易。
流程運作方式
下圖顯示使用者發起的購買程序。
有購買流程的使用者出現

圖表中的物件包括以下內容:
- 使用者:這是指透過 Google 購物的人。
- Google UI:客戶開始購物的介面。
- Google 伺服器:Google 的後端伺服器,可將擷取指令傳送至「付款整合商」伺服器。
- 付款整合商伺服器:整合商的後端伺服器,用於接受資金擷取請求。
在這個購買流程中,使用者處於工作階段。他們會先開始購買商品,
- 使用者開始透過 Google 使用者介面購買商品。
- 系統會將購買資訊傳送至 Google 伺服器。
- Google 的伺服器將
Capture
要求 (GPT
、amount
) 傳送至付款整合商伺服器。
- 付款整合商伺服器將「成功」回應傳回 Google 伺服器,
- Google 伺服器將「成功」回應傳回 Google 使用者介面。
- 商品會寄給消費者。
系統啟動的流程如下所示。在此情況下,Google 的系統已代表使用者啟動付款程序。造成這種情況的原因很多 (例如按月訂閱)。
在這種情況下,使用者並未處於工作階段。
沒有購買流程使用者

圖表中的物件如下:
- Google 伺服器:啟動購買交易的 Google 後端伺服器。
- 付款整合商伺服器:整合商的後端伺服器,用於接受資金擷取請求。
在這個購買流程中,使用者未看見。Google 伺服器會展開購買程序。
- Google 伺服器會在非工作階段使用者觸發購買流程。
- Google 伺服器會傳送
Capture
指令,包括 GPT
和購買交易的 amount
。
- 付款整合商伺服器回覆「成功」訊息。
最佳做法和其他注意事項
整合商和/或 Google 可能會基於各種原因,先要求使用者重新驗證流程,然後再進行購買。可能的原因包括:
- Google 的風險引擎判定付款十分可疑。
- 根據法律規定,每次消費時都必須提供動態密碼。
在這種情況下,Google 會重新驗證使用者,然後讓使用者完成購買流程。重新驗證流程的結果是使用者身分和驗證證明。在購買流程中,重新驗證結果會與購買資訊一併傳送給付款整合商。
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["Purchases occur as user-initiated or system-initiated. User-initiated purchases involve the user, Google UI, Google Server, and Payment Integrator Server. The user starts a purchase, and Google's Server sends a `Capture` request to the Payment Integrator Server, which then sends back a Success response. System-initiated purchases, where the user is not present, involve only the Google and Payment Integrator Servers; Google initiates the purchase and sends a `Capture` request, receiving a Success response. Re-authentication may occur if Google's risk engine flags a purchase as suspicious or if regulatory requirements demand it.\n"]]