







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