Hi, great devs.
I am currently trying to implement authorize.net Apple Pay in my React project. By the way, I'm getting the same error as follows on my Sandbox account.
"errorText": "There was an error processing the payment data. Invalid ownership."
I am not sure what the issue is for that.
I want to know how to get opaque dataValue.
For now, I just used random base-64 data for opaque dataValue now. I also tested with this link as well. But game issue.
https://developer.authorize.net/api/reference/index.html#mobile-in-app-transactions-create-an-apple-...
I think my issue has something to do with opaque dataValue. Please help me.
Best regards.
07-10-2023 04:53 AM