Hello everyone,
I am using Authorize.net AIM methodology to perform the payment gateway transactions , now we are making payment in two setps
1. I am using Auth Only to authorize the amount of a card of customer.
2. I am using Prior-Auth-Capture to capture the authorized amount which I already authorized using Auth Only method, now the problem is if I hit the Prior-Auth-Capture again and again it is giving me success every time so my question is why there are multiple captures allow for the single authorized transaction. what should I do to restrict this thing ?
Thank you in advance.
01-30-2014 07:05 AM
It shouldn't allow to, are you running it on test mode? using transactionID?
01-30-2014 07:35 AM
Yes I am working in testmode using TransactionID. Is it will not happen if work on Live Mode?
Thanks in advance .
01-30-2014 09:51 PM - edited 01-30-2014 09:59 PM
When you use Test Mode, it only confirms the API Login and Transaction Key and returns success if valid. It does not actually create a transaction and nothing is stored at the gateway.
If you are running in the sandbox, you should never use Test Mode.
Richard
01-30-2014 10:05 PM
Actually m using Authorize.net Api in Xml Format not doing manually . I got APi Login and trasaction key from Sandbox account . So need to specify live /test mode now ?
Thanks in Advance
01-30-2014 11:32 PM
Yes, on a test/sandbox account, just run everything in livemode.
01-31-2014 07:25 AM