Hello, I trying to test SIM relay respone using localhost "http://localhost/cart/payment.asp" and I'm able to process the transaction but never able to get the HTML post from authorize.net.
I was wondering if it is possible to get the HTML post ( relay response/silent post ) back from Authorize.net to localhost ( not a public internet)? I have used Paypal Payflow link before and I was able to test using localhost.
Is there anyway I can test it without a public facing website?
Thanks for your help...
Solved! Go to Solution.
10-31-2012 01:59 PM
Has this issue been fixed? I've been unable to use the following for testing
10-30-2015 06:42 AM - edited 10-30-2015 06:47 AM
11-03-2015 10:01 AM
Hello @phongn
We are testing a new version of paramdump in our QA environment, so we are very close. By end of week at the latest.
Richard
11-03-2015 10:50 AM
@phongn Could you please retry using the validation at it's new location http://developer.authorize.net/bin/developer/paramdump and let us know if it's working for you.
Richard
11-05-2015 03:06 PM - edited 11-05-2015 03:07 PM
I've just tried it with x_relay_url set to https://developer.authorize.net/tools/paramdump/index.php, but it returns an error page below instead of a page with all the parameters as usual:
An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.
This transaction has been approved.
It is advisable for you to contact the merchant to verify that you will receive the product or service.
11-06-2015 07:21 AM - edited 11-06-2015 07:26 AM
@phongn, we had to move the tool location, please set x_relay_url to http://developer.authorize.net/bin/developer/paramdump and it should work for you.
Richard
11-06-2015 07:24 AM
my bad, it works now with the new location
11-06-2015 07:25 AM
Glad to see it's working for you.
Richard
11-06-2015 07:28 AM
Hi,
I'm using cakephp. Can any body please help me, how can I capture response in relay response url.
Thanks in Advance.
09-15-2016 05:39 AM