Deep-link to specific Apple Pay Card?

I am working on a mobile finance app that has an Apple Pay component. In our app, we allow users to load their Apple Pay Debit Card into their Wallet app. We would like to be able to deeplink from a button in our mobile app to open Wallet directly to that app, after they have added it. That way they can launch the Pay card by clicking a button in our app, and then double click to authenticate with Face/Touch ID.


We are unlikely to be the default debit card on their phone so being able to launch directly to the card from our map of supported locations would be helpful. Is there a deeplink url or API that allows launching Wallet directly to a specific Pay Card?


Thanks!

Replies

Hi Aaron did you find an answer to this?
Aaron, you can access this URL via PassLib.

Each instance of Payment Pass holds its custom wallet URL associated.

Code Block Swift
let passLib = PKPassLibrary()
let walletUrl = passLib.passes(of: .payment).first?.passURL

Regards,