- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As best as I can tell from the vague documention I was able to peruse and the non vb.net examples. The only valid transRequest.transactionTypes for ACH are: authCaptureTransaction and refundTransaction. That has lead me to come to the assumption that you can no longer Void an ACH transaction using voidTransaction like you can with credit cards?
Solved! Go to Solution.
โ07-16-2019 12:58 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can void an eCheck transaction.
authCaptureTransaction
voidTransaction (before the transaction settles/is batched)
refundTransaction (after the transaction settles/is batched)
โ07-17-2019 09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you can void an eCheck transaction.
authCaptureTransaction
voidTransaction (before the transaction settles/is batched)
refundTransaction (after the transaction settles/is batched)
โ07-17-2019 09:41 AM

