







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