Capture Method
Completely or partially settles a previously authorized transaction.
Syntax
public void capture(String authorizationId, String amount);
Remarks
This method captures the transaction indicated by the AuthorizationId parameter for the amount specified in the Amount parameter. You may capture less than the authorized amount (make sure the IsPartialCapture property is set to True), but if you wish to capture more than the authorized amount you must first call ReAuthorize to authorize the new amount before capturing it.