Capture Method
Completely or partially settles a previously authorized transaction.
Object Oriented Interface
public function doCapture($authorizationid, $amount);
Procedural Interface
inpaypal_reauthcapture_do_capture($res, $authorizationid, $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.