Is there a way to use my iPhone as an ID card with Apple Pay? I know this is achievable for some Student ID cards. However I want to integrate it with my Arduino (I'm using the RC522 reader.)
I have a code snippet that I downloaded that works with static NFC tags. However, I have figured out that Apple Pay generates a unique Identifier with each scan.
Ideally, I would be able to touch my iPhone to the RFID reader, confirm "apple pay", and have the system detect that it is a valid device.
Again, I have the first two parts working, but it currently will accept any device.
Thanks in advance!