代码之家  ›  专栏  ›  技术社区  ›  Jaydip Kalkani

如何获取Google支付公钥进行直接集成

  •  0
  • Jaydip Kalkani  · 技术社区  · 6 年前

    我正在尝试将google pay集成到我的android应用程序中。我找到了官方的整合指南 here . 我想整合谷歌支付之间没有任何支付网关(直接方法)。

    我找到了直接方法集成代码 here 直接制表。在谷歌要求的 protocolVersion publicKey 作为参数和下面的参数,我发现我可以在 Google Pay Developer Profile . 我搜索了Google Pay Developer Profile注册,但我找不到注册Google Pay Developer Profile和获取公钥的方法。

    0 回复  |  直到 6 年前
        1
  •  1
  •   epanalepsis    5 年前

    我查过谷歌支付的整合。

    作为商家,您正在使用OpenSSL创建自己使用的密钥对,如下所述: https://developers.google.com/pay/api/android/guides/resources/payment-data-cryptography#using-openssl

    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

    按照这些步骤做就行了。:)

        2
  •  0
  •   Raekh Void    5 年前

    似乎您必须注册您的帐户并通过某种验证,如本页所述: https://developers.google.com/pay/api/web/guides/setup

    你做过任何必要的步骤吗?

    推荐文章