Hello,
I have a client who takes in several hundred payments a day utilizing the CIM API. Occassionally they run into the issue where eCheck/ACH payments are declined AFTER having been approved during the payment capture over CIM.
In order to better automate their business, does Authorize.net have any API calls that I can query to check the status of a transaction to see whether or not it has settled?
This seems to be what I'm looking for, but I can't find any documentation to see if it will work with payments made using CIM: http://developer.authorize.net/api/transaction_details/
Thanks!
09-15-2015 06:03 AM
When you create a transaction, it return a transactionID. saved that in your database and use that for the query
09-15-2015 06:10 AM