Does it take some time to enable? Or is something else wrong?
Thanks,
Jason
03-24-2013 10:48 AM
It should take any time, once you enable it, it is good to go, double check the account settings. What error are you getting?
03-24-2013 01:18 PM
I'm getting ErrorE00011Access denied. You do not have permission to call the Transaction Details API.
Here's the code I'm using:
require_once "AuthorizeNet.php";
define("AUTHORIZENET_API_LOGIN_ID", "REMOVED");
define("AUTHORIZENET_TRANSACTION_KEY", "REMOVED");
$request = new AuthorizeNetTD;
$response = $request->getTransactionDetails("5069754179");
echo print_r($response);
03-28-2013 02:00 PM
and you double check your account to make sure it did enabled?
03-28-2013 03:07 PM
Yes for sure! I've even disabled it and re-enabled it. and rercreated my api key. I'm running out of things to try.
03-28-2013 07:33 PM
I try it on my test account, and it is working fine.
03-29-2013 05:23 AM
Then I'm kinda lost. It would be cool to get this working. I found something. When I put in a fake api key it still gave me the same error. Does it not tell you when your api key is incorrect?
03-30-2013 03:58 PM
Yes it should tell you that the loginID is incorrect first.
03-31-2013 04:46 PM