Hi
We're building an in-house mobile application that uses Apple Pay, integrated with authorize.net.
We're able to receive the payment.token.paymentData and encoding it in base64 format and sending that token to authorize.net.
But authorize.net is throwing error saying
Error message: There was an error processing the payment data. Required fields are missing from decrypted data.
So I guess it is meaning that there is some missing fields in the payment.token.paymentData.data field.
May I know what all fields should I add to PKPaymentRequest object to get the correct token?
Your help is much appreciated.
Thank you