







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..AuthorizeAndCapture Method (String, String, Decimal) |
CustomerGateway Class See Also Send Feedback |
Authorizes and Captures a transaction using the supplied profile information.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public IGatewayResponse AuthorizeAndCapture( string profileID, string paymentProfileID, decimal amount ) |
Visual Basic |
---|
Public Function AuthorizeAndCapture ( _ profileID As String, _ paymentProfileID As String, _ amount As Decimal _ ) As IGatewayResponse |
Visual C++ |
---|
public: virtual IGatewayResponse^ AuthorizeAndCapture( String^ profileID, String^ paymentProfileID, Decimal amount ) sealed |
Parameters
- profileID
- Type: System..::..String
The profile ID.
- paymentProfileID
- Type: System..::..String
The payment profile ID.
- amount
- Type: System..::..Decimal
The amount.