发布于 2019-10-16 20:58:32
我已经在Google Pay上查过集成了。
作为商家,您正在使用如下所述的OpenSSL创建自己使用的密钥对:https://developers.google.com/pay/api/android/guides/resources/payment-data-cryptography#using-openssl
创建之后,您可以按照以下说明在google developer后端中管理您的公钥:https://developers.google.com/pay/api/android/guides/resources/payment-data-cryptography#key-rotation
也就是说,整个过程在该站点上的文章中进行了描述:https://developers.google.com/pay/api/android/guides/resources/payment-data-cryptography
只需遵循这些步骤即可。:)
发布于 2019-10-16 17:05:12
看起来你必须注册你的帐户并通过某种验证,就像这个页面上说的那样:
您是否完成了所需的任何步骤?
发布于 2019-12-13 05:21:41
所有的解释都在这里:关于如何生成GPay公钥以及google pay开发人员配置文件的内容和位置-- Where is Google pay Developer account and how to generate public key to upload in it?
https://stackoverflow.com/questions/54566438
复制相似问题