PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

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.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0