在没有第 3 方处理器的情况下使用 PaymentRequest 接收付款

Receive payments using PaymentRequest without 3rd party processors

Google Chrome 现在支持使用 PaymentRequest API using a list of 3rd party payment processors.

接收付款

但我无法理解 Google 是否仅支持使用 Google 帐户接收付款,没有第 3 方处理器,可能使用 Google 付款。

可能吗?

引用您 link 阅读的文章(强调我的):

The Payment Request API is designed to be vendor-agnostic, meaning it does not require use of a particular payment system. It's not a new payment method, nor does it integrate directly with payment processors; rather, it is a conduit from the user's payment and shipping information to merchants, [...]

换句话说,这个API的目的是为了让您收到付款信息,例如支付卡号或某种支付令牌。它不是端到端的支付解决方案 - 只是一种更简单、更安全的结账体验方法。

此外,付款请求 API 是一个开放标准 - 它不依赖于 Google,不同的浏览器可能有不同的实现。您的第二个 link(第 3 方支付处理商列表)实际上指的是 Google Pay,这是一个与支付请求 API 无关的 Google 产品(但是,Google 在支持的浏览器上,可以通过付款请求 API 将付款用作付款方式。