I use the gateway to pay eWay for this I used the URL for the POST data https://secure-au.sandbox.ewaypayments.com/Process
But we get this answer: {"Message": "Not found", "Errors": null}
and after that, when I publish at this URL: https://api.sandbox.ewaypayments.com/GetAccessCodeResult.json gets the correct json, but all the data is null or random data and get ResponseMessage = S5099 (as I saw, that the document for S5099 is not completed (the access code is in progress / incomplete), but I already get the access code with this URL https://api.sandbox.ewaypayments.com/CreateAccessCode.json )
All of the above processes are associated with a SOAP call for the eWay payment gateway.
source share