What I will receive as part of deep linking in case of Apple Pay In-app verification?

In the case of YellowFlow with In-App verification, I understand we have to configure the Launch URL (deep linking) in the PNO portal to open the app from Wallet and proceed with In-App Verification. How do we identify or retrieve information about the card the user tries to verify from the wallet when the app is opened through deep linking?

I understand we can query for all secure passes and get the pass activation state to see if any of the passes require activation,

  • How can I verify this is the card the user is trying to activate from the wallet app?

  • What information can I receive from the PassKit SDK that I can send to the backend to identify, resolve, and activate the card?

Answered by DTS Engineer in 807306022

Hi @VidhyaSri21,

It's common for issuers to share the pass's serialNumber with their backend infrastructure to identify the newly added/verified pass. You can also include this value in the payload of your app launch URL so the app can locate the card as well.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Hi @VidhyaSri21,

It's common for issuers to share the pass's serialNumber with their backend infrastructure to identify the newly added/verified pass. You can also include this value in the payload of your app launch URL so the app can locate the card as well.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

What I will receive as part of deep linking in case of Apple Pay In-app verification?
 
 
Q