AuthorizeAndCapture Method (Order)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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.

Return Value

Implements

ICustomerGateway..::..AuthorizeAndCapture(Order)

See Also