Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required fields are missing from decrypted data. #51

Open
vrangasam opened this issue Feb 19, 2018 · 3 comments
Open

Required fields are missing from decrypted data. #51

vrangasam opened this issue Feb 19, 2018 · 3 comments

Comments

@vrangasam
Copy link

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

@RakeshVisa
Copy link
Contributor

Hi @vrangasam, can you please give us more details on the API Request that you are trying so that we will try analyse the issue better.

@skorostetskyi
Copy link

hi @RakeshVisa , I have exactly the same issue. Are there any solutions for that?

@ugurcatak
Copy link

In my case, the problem was 'supportsEMV' .

I just removed  'supportsEMV'  from  merchantCapabilities and it worked.
When this is included, VISA cards are working fine, but others give the error     "Required fields are missing from decrypted data".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants