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

谁说胖子不能爱 提交于 2019-12-03 21:32:17

问题


I'm developing mobile banking app and obviously it manages our bank credit cards. So now I need to implement "Add this card to Google Pay" button in my app but how to do Google Pay API request for this? I am unable to find any related docs. The only one question here on SO has answer which states that our bank should comply to PCI DSS and its done of course. And there are a bunch of docs (including Google official) on how to add any credit card to Google Pay manually, using Google Pay app. But I need to do it automatically within my app. I realize that our bank has to has some special agreement with Google and AFAIK our bank has it. Is there any technical documentation on how to implement such feature?


回答1:


This feature is currently only available to card issuers and requires additional access. Access to relevant documents on the 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



来源:https://stackoverflow.com/questions/57257989/how-to-add-credit-card-to-google-pay-from-my-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!