Capture Method
Sends a capture transaction to the PaymenTech Server.
Syntax
public void capture(String approvalCode);
Remarks
Capture (Prior Sales) are typically used when a merchant has previously utilized the AuthOnly method. A Capture transaction adds the transaction to the current open batch, and the transaction will be settled at the next call to the PTechHostSettle bean's BatchRelease method. The Paymentech system treats Capture and Force transactions identically, so this method may also be used when a merchant has obtained voice approval over the phone.
Manually keyed capture:
bean.Card = new CCCard("4444333322221111", 1, 2010) bean.TransactionAmount = "1.00" bean.Capture("123456") 'value from voice auth or previous AuthOnly trans
Note: This method is not available when using the Terminal Capture SettlementMode.