购买流程
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
概览
将这两个账号关联后,新创建的付款方式即可用于购物。在 Google 内部的购买交易可通过一两种模式进行:
无论选择哪种模式,在一般情况下,集成商界面不涉及购买。
该流程的运作方式
下图显示了用户发起的购买。
购买流程 - 存在

图中的对象包括:
- 用户:希望通过 Google 购买商品的人。
- Google 界面:客户开始购物的界面。
- 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 和/或其关联公司的注册商标。
最后更新时间 (UTC):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"]],["最后更新时间 (UTC):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"]]