简体   繁体   English

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

[英]Receive payments using PaymentRequest without 3rd party processors

Google Chrome now supports receiving payments with PaymentRequest API using a list of 3rd party payment processors . Google Chrome现在支持使用第三方付款处理程序列表通过PaymentRequest API接收付款。

But I cannot understand if Google supports receiving payments with Google account only, without 3rd party processors, probably with Google Pay. 但是我无法理解Google是否仅支持通过Google帐户接收付款,而没有第三方处理者,可能是通过Google Pay。

Is it possible? 可能吗?

To quote from the article you linked to (emphasis mine): 引用您链接到的文章(重点是我的话):

The Payment Request API is designed to be vendor-agnostic, meaning it does not require use of a particular payment system. 付款请求API的设计与供应商无关,这意味着它不需要使用特定的付款系统。 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, [...] 相反,它是从用户的付款和运输信息到商家的管道,[...]

In other words, the purpose of this API is to allow you to receive payment information , eg a payment card number or some sort of payment token. 换句话说,此API的目的是允许您接收付款信息 ,例如付款卡号或某种付款令牌。 It's not an end-to-end solution for payments - just an easier and safer approach to the checkout experience. 它不是一种端到端的付款解决方案-只是一种更简单,更安全的结帐体验方法。

Furthermore, the Payment Request API is an open standard - it's not tied to Google and different browsers may have different implementations. 此外,Payment Request API是一个开放标准-它与Google无关,并且不同的浏览器可能具有不同的实现。 Your second link (list of 3rd party payment processors) actually refers to Google Pay , which is a Google product unrelated to the Payment Request API (however, Google Pay can be used as a payment method through Payment Request API on supported browsers). 您的第二个链接(第三方付款处理者列表)实际上是指Google Pay ,它是与Payment Request API不相关的Google产品(不过,Google Pay可以通过受支持的浏览器上的Payment Request API用作付款方式)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无需第三方扩展程序即可永久地在Google Chrome浏览器中执行用户脚本 - Executing Userscripts in Google Chrome permanentely without 3rd party Extension 在本地修改第三方网站进行测试 - modifying 3rd party website locally for testing Chrome DevTools中的3rd Party徽章:颜色 - 3rd Party badges in Chrome DevTools: Colours 将 Chrome OS 键盘快捷键与普通的 3rd 方键盘一起使用? 概览模式? - Using Chrome OS keyboard shortcuts with a plain 3rd party keyboard? Overview mode? 如何在单击第三方按钮时设置断点? - How to set a breakpoint on clicking a 3rd party button? Javascript-调试时忽略第三方库吗? - Javascript - Ignore 3rd party libraries when debugging? 浏览器开发者工具:禁用第 3 方脚本中的警告 - Browser Developer Tools: Disable Warnings in 3rd Party Scripts 禁用第三方Cookie时,Google登录不执行任何操作 - Google Sign-in does nothing when 3rd party cookies are disabled 从第三方 API(支付网关)重定向后丢失 session 数据 - Losing session data after redirecting from a 3rd party API (payment gateway) 如何在Google Chrome控制台中访问由第三方API检索的JSON数据? - How to access JSON data retrieved by 3rd party API in Google Chrome Console?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM