ACH

Methods related to ACH (Automated Clearing House) transactions

Apply Credit to ACH Transaction

POST /ICardProcess/ACH_ApplyCredit

Applies a credit to the specified ACH transaction. Credits can be applied after a transaction has been settled; open transactions should use the ACHTransaction_Void method.



POST /ICardProcess/ACHConsentAnnual_ProcPayment

Processes the specified $ amount against the associated ACH consent.


ConsentID int

This is the the ID number that is returned after you save a card on file.


POST /ICardProcess/ACHConsentAnnual_ProcPayment_Alt

Processes the specified $ amount for an existing ACH consent, but the payment is transferred to a different merchant than the original one.

The alternate merchant must be previously assigned to the account holders' account.




ACH Transaction Query

POST /ICardProcess/ACHTransaction_Query

Returns the details for an ACH transaction. This query can return more than one transaction if searching for a range. Number has a query language that aids in search.


ACH Transaction Void

POST /ICardProcess/ACHTransaction_Void

Voids an ACH transaction. The transaction can be voided before it is settled. Once a transaction has been settled, the ACH_ApplyCredit method should be used.


Last updated

Was this helpful?