如何将信用卡添加到 Google 从我的应用程序付款?

How to add credit card to Google Pay from my app?

我正在开发手机银行应用程序,显然它管理着我们的银行信用卡。所以现在我需要在我的应用程序中实现 "Add this card to Google Pay" 按钮,但是如何做 Google 支付 API 请求呢?我找不到任何相关文档。 当然完成了。并且有一堆文档(包括 Google 官方)关于如何使用 Google 支付应用程序将任何信用卡添加到 Google 手动支付。但我需要在我的应用程序中自动完成。我意识到我们的银行必须与 Google 达成一些特殊协议,据我所知,我们的银行有它。是否有关于如何实现此功能的技术文档?

此功能目前仅供发卡机构使用,需要额外的访问权限。在Android Push Provisioning API can be requested on the page or by following these instructions: https://developers.google.com/pay/issuers/requesting-access?api=true

上查阅相关文件