How can I decrypt PKPaymentToken
(Apple Pay Payment Token), in iOS (using Objective-C or Swift)?
It's recommended to decrypt the payment token at the server end (ideally done by the payment processor), but what if I want to decrypt the payment token data on the client side (iOS end).