Setting up Authorize.net payments and I'm getting an error:
"Sorry, an error occurred: This transaction cannot be accepted. "
There are no error codes given to research possible problems. I spoke with tech support and was told the error codes post directly to my server from Authorize.net. He couldn't tell me where though, he didn;t know. He just told me to search through all my files to find it. Not sure how thats even possible but I looked anyway and found nothing. He couldn't help me any further and told me to post here.
Solved! Go to Solution.
04-15-2013 08:21 AM
With the Response Reason Text of "This transaction cannot be accepted."
Look like the x_fp_hash is not valid. check your transactionKey.
04-15-2013 11:01 AM - edited 04-15-2013 11:02 AM
Test account? live account? Which API? Using sample code? SDKs? Some addon to something?
04-15-2013 09:19 AM
Never installed Authorize.net service before. This is my first time so I may not have all the answers but I will try.
This is for a live account (verified by tech support)
Using the Direct Post Method, following instructions here:
http://developer.authorize.net/integration/fifteenminutes/
Here is the direct_post.php page: http://www.marthahasacleaningservice.com/direct_post.php
No add on - Just setting up a payment page. Once its done I would like it so a user can input their own payment amount
I placed the SDK files in this folder: http://www.marthahasacleaningservice.com/payments/
Thanks!
Matt
04-15-2013 09:46 AM
With the Response Reason Text of "This transaction cannot be accepted."
Look like the x_fp_hash is not valid. check your transactionKey.
04-15-2013 11:01 AM - edited 04-15-2013 11:02 AM
I checked the key code and it was correct, copied and pasted again to be sure, checked to make sure to extra spaces were added in the process and it still didn't work.
I generated a new transaction code and pasted that in and it seems to be working now.
Thank you!
04-15-2013 11:39 AM