英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论