Hi,
I am integrating Authorize.net with our system for payment. Currently i am using sendbox account for this.
I am facing a strange problem in this. Below are my settings for for redirection after payment and showing recipt. I am using IFrame for integration as i need tranaction ID to store in our DB.
SettingType setting3 = new SettingType(); setting3.setSettingName("hostedPaymentReturnOptions"); setting3.setSettingValue("{\"showReceipt\": false,\"url\": \"https://lccse-tomcat.com:8443/authorizenet/response.jsp\","+ "\"urlText\": \"Continue to site\",\"cancelUrl\": \"https://lccse-tomcat.com:8443/authorizenet/response.jsp\","+ "\"cancelUrlText\": \"Cancel Request\"}"); // setting3.setSettingValue("{\"url\": \"https://lccse-tomcat.com:8443/authorizenet/response.jsp\"}"); SettingType setting4 = new SettingType(); setting4.setSettingName("hostedPaymentIFrameCommunicatorUrl"); setting4.setSettingValue("{\"url\": \"https://lccse-tomcat.com:8443/authorizenet/contentx/IframeCommunicator.html\"}");
Now the problem that i am facing is that when i use showReceipt: false then i am able to get Tranaction data VIA hostedPaymentIFrameCommunicator. But after clicking Pay button it shows me Processing but never redirect me on response page. In this case i have selected showReceipt: false. So it should redirect me on response page. But it stuck showing me Processing button.
Now when i select showReceipt: true then after clicking Pay button it redirect me on Recipt page without Tranaction data. When i click on Continue button of Recipt page then it just close the Iframe. and no tranaction data is availabe to me.
@Aaron Any idea to overcome this problem.
Thanks
Devender Kumar
โ06-04-2017 10:48 AM
Hello @devenderkumar
It's been a while since this was first posted. Are you still experiencing this issue?
I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.
Thanks,
Richard
โ06-20-2017 05:04 PM
HI,
I am getting the same EXACT error as described in the original post.
Anyone knows how to resolve this issue?
Thanks & Regards
Pilla Gurumurty Patrudu
โ04-08-2019 06:41 AM
โ04-08-2019 09:15 AM
Same problem. Has anyone found a solution?
I use a non-standard port 8443, maybe this is the reason?
โ05-18-2019 09:23 AM
โ05-18-2019 10:50 AM