I recently started using the transaction details API and have been able to succesfully pull the data ... the issue I am running into now is the load speed to run a script to check for updates on old transactions and to pull unsettled + newest batch information.
What is the best way to automate this process, on my website, to receive automatic updates on updates / new transactions / etc...in real time?
09-07-2015 10:43 PM
Hello @authnetapi2015
Are you reading and storing details from the transaction response in your system? For example, using the Transaction ID, you can query for the transaction details direclty without having to parse through settled/unsettled transactions from your database.
Richard
09-08-2015 08:37 AM
In auth.net, once a transaction is settled can it be updated or does every update issue a new transaction ID and reference ID the old transaction?
09-08-2015 03:49 PM
You can NOT update an settled transaction.
Let backup a little, what are you trying to update?
09-08-2015 04:20 PM
THe system connected to the api is not trying to update, it is looking for updates to the transactions
script 1 => update to unsettled transactions
script 2 => updates to batch list (for new batch outs)
script 3 => updates to existing orders (settled transactions).
i wasnt sure about script 3, as it seems off to me that a transaction would be "updated" but then though, can customer data be updated? I know that if a specific transaction is refunded or canceled, it would generate a new transaction...
so brings me back to, for script 3, is it even necessary? or is just script 1 + 2 enough?
09-08-2015 05:23 PM