accept-sdk-ios icon indicating copy to clipboard operation
accept-sdk-ios copied to clipboard

Required fields are missing from decrypted data.

Open vrangasam opened this issue 6 years ago • 3 comments

Hi @RakeshVisa @brianmc @ptaneja

We're developing an in-house iOS application that supports Apple Pay, which is integrated with Authorize.net. We made all the setup that is required. On the server, we're able to receive the base64 encoded data from iOS app. The base64 encoded data has the following fields: { "data": "", "version": "EC_v1", "header": { "transactionId": "", "ephemeralPublicKey": "", "publicKeyHash": "" }, "signature": "" } But I'm getting the following error:

Failed Transaction. Error Code: 153 Error message: There was an error processing the payment data. Required fields are missing from decrypted data.

I contacted authorize.net support, but the technical associates were not able to help me.

Your help is much appreciated.

Thank you

vrangasam avatar Feb 19 '18 23:02 vrangasam