I m trying authorize.ne test transaction to my local host computer
i complete all the steps and try to complete the transaction after clicking the buy Button issue is
Text Displayed:
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 cannot be accepted
i am searching on this topic but still unable to find any solution
the test mode is enabled,and login ID and Transaction ID is correct
thanks
and message to my mail is:
Transaction Result: This transaction has been approved.
Solved! Go to Solution.
11-19-2013 07:06 AM - edited 11-19-2013 07:11 AM
Are you using localhost for the relay response? Use the checklist in
Relay Response Basics and Troubleshooting
And turn off testmode on the sandbox account. If not it will not create test transaction, which is why you are getting 0
Transaction ID: 0
11-19-2013 07:21 AM
Are you using localhost for the relay response? Use the checklist in
Relay Response Basics and Troubleshooting
And turn off testmode on the sandbox account. If not it will not create test transaction, which is why you are getting 0
Transaction ID: 0
11-19-2013 07:21 AM
thanks for this,
by turing off the test mode ,transaction goes to approved ,but time out issue is still exists i m working on it
11-19-2013 10:52 PM
If you are using asp.net, set the EnableViewStateMac="false" on the page
11-20-2013 04:30 AM