I am using https://test.authorize.net/gateway/transact.dl for testing
First I sent request using "Auth_only" then I got trasaction ID as 0 , then I sent request using "PRIOR_AUTH_CAPTURE" but getting below error
3,2,33,(TESTMODE) A valid referenced transaction ID is required
Any one can help me on this?
05-29-2014 07:38 AM
When using the Sandbox, you should always submit transactions using Live Mode, otherwise the gateway only confirms the API Login and Transaction Key are correct and returns success. No record of the transaction is stored, resulting in a Transaction ID of zero.
Richard
05-29-2014 08:06 AM
Hi,
When we test with Vertual terminal then we got transaction ID. But with https://test.authorize.net/gateway/transact.dl , we got got transaction ID as 0 .
We need to do 2 steps transaction with etst account
1 - with Auth_only
2 - with pripe_auth-capture
05-30-2014 06:43 AM
Are you passing x_test_request = true
list of fields
05-30-2014 06:58 AM