







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| ICustomerGateway..::..AuthorizeAndCapture Method (String, String, Decimal) |
| ICustomerGateway Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
IGatewayResponse AuthorizeAndCapture( string profileID, string paymentProfileID, decimal amount ) |
| Visual Basic |
|---|
Function AuthorizeAndCapture ( _ profileID As String, _ paymentProfileID As String, _ amount As Decimal _ ) As IGatewayResponse |
| Visual C++ |
|---|
IGatewayResponse^ AuthorizeAndCapture( String^ profileID, String^ paymentProfileID, Decimal amount ) |
Parameters
- profileID
- Type: System..::..String
- paymentProfileID
- Type: System..::..String
- amount
- Type: System..::..Decimal
