Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apple Pay: Error message: There was an error processing the payment data. Unable to decrypt data.
I'm using python library for making transaction for Apple Pay.
And I'm sending the opaquedata.dataValue as the base64 encoded data that contains the version, data, signature, header(ephemeralPublicKey, publicKeyHash, transactionId).
I'm getting the following error:
Failed Transaction. Error Code: 153 Error message: There was an error processing the payment data. Unable to decrypt data.
Any help is much appreciated.
โ02-15-2018 11:45 AM - edited โ02-15-2018 11:46 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After regenerating the certificate in the Apple Certificates, Identifiers & Profiles page, authorize.net is able to decrypt the data. But I'm getting the following error now:
Failed Transaction. Error Code: 153 Error message: There was an error processing the payment data. Required fields are missing from decrypted data.
Any help is much appreciated.
โ02-19-2018 07:03 PM