问题
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