- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting response reason code as RRC_0_0 in PROD
Hi,
We have recently moved to prod and after success AUTH only using SIM and when we tried to do AIM with prior auth capture it is giving RRC_0_0.
We are stuck up here, can some body help ASAP.
Merchant merchant = Merchant.createMerchant( Environment.PRODUCTION, apiLoginID,
transactionKey);
// PRIOR AUTH CAPTURE
Transaction authCaptureTransaction = merchant.createAIMTransaction(TransactionType.PRIOR_AUTH_CAPTURE, amount);
authCaptureTransaction.setTransactionId(transactionId);
Result<Transaction> result = (Result<Transaction>) merchant.postTransaction(authCaptureTransaction);
When I try to run from my local it is working perfectly.
Thanks,
Chandra
โ10-15-2014 03:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you run on local, it is using the production account?
Sound like is is not getting result, url is wrong(or getting block), or it not in the right format(e.g. it a card present account)
โ10-15-2014 04:32 PM - edited โ10-15-2014 04:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, In local when I tried to use production account, it was successful.
And I am using SIM for AUTH ONLY which was successful, and PRIOR_AUTH_CAPTURE using AIM which is giving RRC_0_0. (IN PRODUCTION)
Thanks,
Chandra
โ10-15-2014 04:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the production account work on your local. and the code is the same as production server. then
Have you check the url? maybe it getting block? SIM and AIM do use different URL.
โ10-15-2014 04:46 PM

