How to prevent Apple Pay tokens from being used a second time? After getting PKPaymentToken in my app. I am passing the payment information to my web server and from my web server am sending to the payment platform. It works well.
For testing, I send again this token to the payment platform. It works but it should be avoided.