如何通过Google Pay API验证在NODEMCU上通过Google Pay进行的付款交易?

huangapple go评论65阅读模式
英文:

How to verify a payment transaction in made in google pay on a NODEMCU through the Google Pay API?

问题

有问题的微控制器是NodeMCU,应用程序是用于验证自动售货机的付款。该机器会显示一个QR码,供顾客通过Google Pay应用程序进行付款。
要求是检查银行账户是否增加余额并验证付款。
我对Google Pay API没有经验,因此请建议整个流程。
如果有更好的付款和验证平台,请随意提供建议。

英文:

The microcontroller in question is a NodeMCU and the application is to Verify payments for a vending machine. The machine displays a QR code for customers to pay through the Google Pay App.
The requirement is to check the bank account for an increase in balance and verify a payment.
I have no experience with the Google Pay API so please suggest the process.
If there's a better platform for payments and verification please feel free to suggest.

答案1

得分: 1

看起来就是这样的 具体指的是 Google Pay 的东西,不幸的是,Stripe 并不直接支持 Google Pay 的这个功能。

考虑到这对于例如 iPhone 完全行不通,而且我想你这里可能已经有某种形式的服务器端应用,你可能只想考虑构建一个网页应用,由 QR 码引导,允许以不仅仅是 Google Pay 的多种方式进行支付

英文:

It looks like this specifically a Google Pay thing and unfortunately Stripe doesn't support that Google Pay functionality directly.

Since this wouldn't work at all for i.e. iPhones, and since I presume you have some kind of server-side application here anyways, you may just want to instead consider building a web app that the QR code directs to, that allows payment in more ways than just Google Pay.

huangapple
  • 本文由 发表于 2020年9月27日 17:32:38
  • 转载请务必保留本文链接:https://go.coder-hub.com/64086944.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定