Card provisioning in wallet - APIs to get wallet id, get card tokens in wallet, send card image meta data

There is a requirement from my client to link the card from their banking application to apple wallet.
#1. As a per the client requirement doc, native app needs to send the active wallet id, device id etc to service provider backend to identify the device specific card tokens. But there is no such available in any of the documentation or I am unable to find it.
https://developer.apple.com/documentation/passkit/wallet
#2. Is there any specific API to get the list of card tokens from wallet. I could find the API to get the token status for specific card.
https://developer.apple.com/documentation/passkit/pkpass/3543352-secureelementpass
#3. As per the apple requirement doc it is necessary to send the card meta data which must match the physical card art. But not able to find the API to send the card image to wallet.
https://developer.apple.com/documentation/passkit/pkaddpaymentpassrequest/1615914-activationdata

So I would like to get some more insights to the below points
  1. API to get the wallet id as that of google api to getActiveWalletId()

  2. API to get the list of card tokens in the wallet

  3. API to send the card image meta data to wallet.


Hello,

Did you ever figure out how to do this?

Thank You,

Card provisioning in wallet - APIs to get wallet id, get card tokens in wallet, send card image meta data
 
 
Q