Sale (sale)
Transaction sales are submitted and immediately flagged for settlement.
API Post Attributes: Transaction Variables (Sale, Auth, Credit, Validate)
Authorization (auth)
Transaction authorizations are authorized immediately but are not flagged for settlement. These transactions must be flagged for settlement using the capture transaction type.
API Post Attributes: Transaction Variables (Sale, Auth, Credit, Validate)
Capture (capture)
Transaction captures flag existing authorizations for settlement. Only authorizations can be captured. Captures can be submitted for an amount equal to or less than the original authorization.
API Post Attributes: Transaction Variables (Capture)
Void (void)
Transaction voids will cancel an existing sale or captured authorization. In addition, non-captured authorizations can be voided to prevent any future capture. Voids can only occur if the transaction has not been settled.
API Post Attributes: Transaction Variables (Void)
Refund (refund)
Transaction refunds will reverse a previously settled or pending settlement transaction. If the transaction has not been settled, a transaction void can also reverse it.
API Post Attributes: Transaction Variables (Refund)
Credit (credit)
Transaction credits apply an amount to the cardholder's card that was not originally processed through the Gateway. In most situations credits are disabled as transaction refunds should be used instead.
API Post Attributes: Transaction Variables (Sale, Auth, Credit, Validate)
Validate (validate)
This action is used for doing an "Account Verification" on the cardholder's credit card without actually doing an authorization.
API Post Attributes: Transaction Variables (Sale, Auth, Credit, Validate)
Comments
0 comments
Please sign in to leave a comment.