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.


Query Transaction - Full

POST /ICardProcess/Transaction_FullDetail

Return the details for the transaction, the card holder contact, and end customer information.


Last updated

Was this helpful?