Hi team, just a few general questions about Apple Pay:
-
If user removes card from wallet, then re-adds it, will it preserve its Merchant Token (MPAN) or will a new one be generated?
-
Is the DPAN the same as applicationPrimaryAccountNumber in this page: https://developer.apple.com/documentation/passkit_apple_pay_and_wallet/apple_pay/payment_token_format_reference
-
Can a user have the same card active simultaneously in two devices?
Thank you
Hi @wmn_786,
You wrote:
[...] If user removes card from wallet, then re-adds it, will it preserve its Merchant Token (MPAN) or will a new one be generated? [...]
Yes, it is preserved. This is the main use case for MPANs.
Then, you wrote:
[...] Is the DPAN the same as applicationPrimaryAccountNumber in this page: [...]
Correct. Although the applicationPrimaryAccountNumber
key in the payment token could be either the DPAN or the MPAN, so please be aware of that.
Lastly, you wrote:
[...] Can a user have the same card active simultaneously in two devices? [...]
Yes, you can provision the same card on multiple devices, and on multiple accounts.
Cheers,
Paris X Pinkney | WWDR | DTS Engineer