I am trying to implement Tap-To-Pay in my app. I want to use this feature to be able to read my debit card details and pass it to my payment processor SDK Cybersource to securely do the payment.
I tried following this documentation https://developer.apple.com/tap-to-pay/#regions
I want to know if this implementation is possible or not? If it is possible can you guide me the process on how to read card data?
Thanks