So... in live mode $response_array[6] (the array of values kicked back from authorize.net) will give me the transaction ID. Does this not work in test mode? I am just getting 0 for all transaction ID's but the other array values are valid.
11-12-2011 01:37 PM
Test mode do not generate transaction.
Create a test account and run it in live mode https://developer.authorize.net/testaccount/
11-12-2011 03:08 PM
Ok, I have test account, so I can use it in live mode then?
11-12-2011 03:15 PM
Okay, using "x_test_request" => "TRUE" in live mode still returns no transaction ID, owell... just have to test it live I guess.
11-12-2011 03:32 PM
setting x_test_request to true is testmode.
11-12-2011 03:36 PM