- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AIM Prior_auth_capture
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you passing x_test_request = true
list of fields
โ05-30-2014 06:58 AM

