ACH
Methods related to ACH (Automated Clearing House) transactions
Last updated
Was this helpful?
Methods related to ACH (Automated Clearing House) transactions
Last updated
Was this helpful?
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.
POST
/ICardProcess/ACHTransaction_Query
POST
/ICardProcess/ACHTransaction_Void
Returns the details for an ACH transaction. This query can return more than one transaction if searching for a range. Number has a that aids in search.
Transactions
List<> (array<object>)
Voids an ACH transaction. The transaction can be voided before it is settled. Once a transaction has been settled, the method should be used.