







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..AuthorizeAndCapture Method (Order) |
CustomerGateway Class See Also Send Feedback |
Authorizes and Captures a transaction using the supplied profile information, abstracted through an Order object. Using the Order
you can add line items, specify shipping and tax, etc.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public IGatewayResponse AuthorizeAndCapture( Order order ) |
Visual Basic |
---|
Public Function AuthorizeAndCapture ( _ order As Order _ ) As IGatewayResponse |
Visual C++ |
---|
public: virtual IGatewayResponse^ AuthorizeAndCapture( Order^ order ) sealed |
Parameters
- order
- Type: AuthorizeNet..::..Order
The order.