I am integrating the ProximityReader SDK and want to read loyalty cards in addition to payments. The documentation states that it is possible to add a URL to display to the customer if he does not already have the loyalty card.
https://developer.apple.com/documentation/proximityreader/vasrequest/merchant/url
However, it seems like this URL will just get pinged by the system of the customer (which could be used to receive a Push Notification and prompt to sign up for the program), but it doesn't actually get shown on the user's device. I would want to redirect the customer to a website where he can learn more about the loyalty program.
Would be amazing to get clarification if that is in fact possible and if so what I might be missing that it doesn't show up. I have verified that it pings a server by checking the logs of my own server.
Thanks so much! That would be a really cool feature to onboard customers to loyalty programs by giving them more information.