- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AIM: Transactions by ID always returns "An error occurred during processing. Please try again.
Hi,
I am using both SIM and AIM for authorization and capture.
SIM for AUTH_ONLY as i need to do some process related to my application before capture.
and I am using AIM PRIOR_AUTH_CAPTURE using the transaction Id received from SIM AUTH_ONLY.
But I am always getting the reasonrespose code and response message as RCC_3_22 and NOT FOUND.
"An error occurred during processing. Please try again in 5 minutes."
Is somethig not possible to do SIM and AIM together or something I am missing or any setting I have to do it in my sandbox accouint?
Thanks,
Chandra
โ09-15-2014 04:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Haven't read anybody having issue with the java SDK.
But you could try debug it
look like it build the aim data in method and see what is getting generated
private static HttpPost createHttpPost(Environment env, Transaction transaction)
โ09-16-2014 12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you set the setDeviceType and setMarketType? that only use for card present.
โ09-16-2014 01:12 PM - edited โ09-16-2014 01:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As suggested, I have debugged the code and the data is posting to URL : https://sandbox.authorize.net/gateway/transact.dll
and I am seeing the response as HTTP/1.1 404 Not Found
So sdk returning as RRC_3_22
I am sending environment as SANDBOX.
Is above post url the sdk making correct?
Thanks
โ09-16-2014 01:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No I am not setting any devicetype and markettype.
Thanks
โ09-16-2014 01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is, look like the master branch on github was wrong, use the sdk-fixes branch.
https://github.com/AuthorizeNet/sdk-java/blob/sdk-fixes/src/main/java/net/authorize/Environment.java
โ09-16-2014 02:00 PM
- ยซ Previous
-
- 1
- 2
- Next ยป