Transaction
Methods related to transactions
Apply Transaction Credit
POST /ICardProcess/Transaction_ApplyCredit
Apply a full or partial credit against a settled credit card charge.
CreditAmount decimal
The $ amount that you want to return to the card. This can be a partial amount of the full transaction.
Void Transaction
POST /ICardProcess/Transaction_Void
Voids a credit card sale transaction.
Query Transactions
POST /ICardProcess/Transaction_Query
Query credit card transactions. Those can include authorizations, charges, credits, and voids.
Transactions List<api_Transaction> (array<object>)
Fields: ID, SEQ_NO, ACCT_LAST_NAME, ACCT_FIRST_NAME, ACCT_NO, EXP_DATE, AMOUNT, TXN_DATE, TXN_TIME, TXN_DATETIME, TXN_CODE, BatchNO, BatchStatus, BatchLogID, CARD_TYPE, CardPresent, SALE_TAX, SURCHARGE, CASHBACK, TxStatus, TxLOCK, REF_ID, RPGUID, RefTxID, MerchID, SERVER, TIP, CreatedOn, LastChangedOn, LAST_CHANGED_BY, Origin, UserID, IsLocked, PAYMENT_TYPE, TxType, ConsentID, PreAuthID, AcctHolderID, EndCustID, Credits, Flags, AVSr, CVVr, PrepaidBalance, PartialAuthApproved, HAuthorizedAmount, IsPartialApproval.
Query Transaction - Full
POST /ICardProcess/Transaction_FullDetail
Return the details for the transaction, the card holder contact, and end customer information.
Transaction api_Transaction (object)
Fields: ID, SEQ_NO, ACCT_LAST_NAME, ACCT_FIRST_NAME, ACCT_NO, EXP_DATE, AMOUNT, TXN_DATE, TXN_TIME, TXN_DATETIME, TXN_CODE, BatchNO, BatchStatus, BatchLogID, CARD_TYPE, CardPresent, SALE_TAX, SURCHARGE, CASHBACK, TxStatus, TxLOCK, REF_ID, RPGUID, RefTxID, MerchID, SERVER, TIP, CreatedOn, LastChangedOn, LAST_CHANGED_BY, Origin, UserID, IsLocked, PAYMENT_TYPE, TxType, ConsentID, PreAuthID, AcctHolderID, EndCustID, Credits, Flags, AVSr, CVVr, PrepaidBalance, PartialAuthApproved, HAuthorizedAmount, IsPartialApproval.
Last updated
Was this helpful?