{"messages":{"resultCode":"Error","message":[{"code":"E00001","text":"An error occurred during processing. Please try again."}]}}
08-14-2019 02:08 PM
I don't know if this will help you, but I too was having this issue while integrating this service into my employer's desktop application.
In my case, I was providing an Invoice # to the Transaction Request via the "order" object but with no additional information. I presume that the orderType class has a minimum amount of information that must be provided for the payment to process. When I removed the "order" from the Transaction Request, my payment test was successful.
Even if you're not using the "order" object, there could be other objects with a minimum amount of required information that you may have to play around with.
08-15-2019 11:32 AM
there is probably a setting you need to set on magneto to change it to the sandbox environment. This sounds like using sandbox credentials in production mode.
08-15-2019 11:41 AM