如何从 Google 支付钱包中取出卡

How to Remove the Card from the Google Pay Wallet

我正在开发一个 Android 应用程序,并且能够使用以下方法将我的卡保存在 Google 钱包中:- https://pay.google.com/gp/v/save/{jwt_generated}

之后,我将卡添加到 Pay App。如何从 Pay App 中删除卡?

Google 是否有 API 可以帮助我从 Google 应用程序中删除添加的卡?

提前致谢。

基于documentation,没有API移除卡片。

  • addmessage
  • get
  • insert
  • list
  • modifylinkedofferobjects
  • patch
  • update

用户需要启动删除,这可以通过将用户导航到:https://pay.google.com/gp/v/object/{issuerId}.{identifier}

进入此页面后,他们可以使用通行证右上角的三个垂直点 删除 通行证。