英文:
I need to Add debit card from my APP to Google pay progmatically
问题
我在Google支付集成方面有点新手。我需要从我的安卓应用中将一张借记卡添加到Google支付中。但我没有找到相应的API。有人可以帮助我,教我如何通过编程的方式将借记卡直接从我的安卓应用添加到Google支付吗?
英文:
I am a little bit new in Google pay integration. I need to add a debit card into google pay from my android app. but I am not finding any API for that. Anyone can help me how I can add debit card programmatically from my android app to google pay directly.
答案1
得分: 2
这通常在Google Pay中是不可能实现的。用户需要直接将卡添加到他们的Google账户中。
一个例外情况是,如果您恰好是卡发行方。如果您是卡的发行方,您可以注册使用Android Push Provisioning API。
有关更多信息,请参阅我之前的回答:链接。
英文:
This isn't generally possible to do with Google Pay. It is up to the user to add a card directly to their Google Account.
One exception is if you happen to be the card issuer. If you are the card issuer, you can sign up for the Android Push Provisioning API.
See my previous answer for more information.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论