Hello,
We are using the Authorize.Net API to authorize transactions using the "authOnlyTransaction" transaction type, then later capture those transactions using the "priorAuthCaptureTransaction" transaction type. There are times when our batch settlement runs, and transactions that we have captured settle, but they still show as "authOnlyTransaction". An example of this after fetching a captured transaction is below:
{ ... "transactionType": "authOnlyTransaction", "transactionStatus": "settledSuccessfully" ... }
I thought that only transactions with the type "priorAuthCaptureTransaction" are submitted for settlement. The transaction was correctly settled, but this response is misleading. Would someone be able to clarify what might be going on?
Thank you.
11-03-2021 04:33 PM