Google Pay
了解如何用 Google Pay 收款。
借助 Google Pay,客户可以用他们在 Google 账户中存储的信用卡或借记卡在您的应用或网站上进行支付,包括 Google Play、YouTube、Chrome 或 Andriod 设备中绑定的银行卡。用 Google Pay API 请求您的客户在 Google 账户中存储的任何信用卡或借记卡。
Google Pay 与 Stripe 的产品和功能(例如,经常性付款)完全兼容,您可以随时在需要时用它替换传统的支付表单。用它来接收实物商品、捐赠、订阅等的付款。
使用 Stripe 和 Google Pay 与 Google Play 计费系统
对于实物商品和服务的销售,您的应用程序可以接受 Google Pay 或任何其他 Stripe 支持的支付方式。这些付款是通过 Stripe 处理的,只需支付 Stripe 的手续费。但是,应用内购买数字产品和内容必须使用 Google Play 计费系统。这些付款由 Google 处理,会收取交易费。
有关哪些购买必须使用 Google Play 计费系统的更多信息,请参见 Google Play 的开发人员条款。
在网页上接受 Google Pay
您可以用 Checkout 或 Element 在网页上接受 Google Pay 付款,方法是在您的支付方式设置中启用 Google Pay。在 Checkout 中使用 Google Pay 不需要额外的代码部署。对于 Element,参看 Express Checkout Element 或收款指南,了解如何向您的网站添加 Google Pay。
您需要从具有 TLS 域名验证证书的 HTTPS 网页提供服务,才能在网页上接受 Google Pay 付款。
争议
用户必须验证用他们的 Google Pay 账户进行的付款,以降低发生欺诈或付款无法识别的风险。但是,用户仍然可以在完成付款后对交易提出争议。您可以直接提交证据,对争议提出质疑。争议流程与银行卡付款相同。了解如何管理争议。
Google Pay 收款的责任转移
Google Pay 支持全球范围内的责任转移。使用 Stripe 托管产品和 Stripe.js 的用户可自动启用。对于 Stripe 托管产品之外的 Visa 交易,必须在 Google Pay 和 Wallet Console 中启用责任转移。为此,请导航到您的 Google Pay & Wallet Console,选择左侧导航栏中的_Google Pay API_,然后为责任转移保护启用 Fraud Liability Protection for Visa Device Tokens。
Google Pay 交易可在三种场景中使用:
- 如果用户用其移动设备向 Google Pay 应用添加银行卡,则该卡会作为一个设备主账号 (DPAN) 进行保存,并且默认支持责任转移。
- If the user adds a card to Chrome or a Google property (for example, YouTube, or Play), it’s saved as a Funding Primary Account Number (FPAN). When you use 3D Secure, we globally support liability shift for all major networks, including Visa. You can customize Stripe Radar rules to request activation of 3D Secure.
- 如果用户在用 Google Pay 支付的电商网站或应用中选择 Google Pay 作为支付方式,则这些卡将以电商令牌的形式保存,在文件中表示这些卡。目前电商令牌不支持责任转移和 3DS 验证。
对于 Sigma 用户,charges
表包含一个指示 Google Pay 交易类型的 card_
字段。FPAN 交易将 card_
设置为 fpan
。DPAN 和电商令牌交易将 card_
设置为 dpan_
。
退款
您可以部分或全额退还任何成功的 Google Pay 付款。退款流程与银行卡付款相同。有关发起或管理退款的说明,请参阅退款和取消付款。
Test Google Pay
You can’t save Stripe test card information to Google Pay wallets. Instead, Stripe recognizes when you’re using your test API keys, returning a successful test card token for you to use. This allows you to make test payments using a live card without it being charged.
If you aren’t meeting device and integration requirements, Stripe doesn’t render Google Pay as a payment option. Use our test page to help you troubleshoot.