Capture Method
Completely or partially settles a previously authorized transaction.
Syntax
[VB.NET] Public Sub Capture(ByVal AuthorizationId As String, ByVal Amount As String)
[C#] 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.