Authorize Method (Order)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Authorizes 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 Authorize(
	Order order
)
Visual Basic
Public Function Authorize ( _
	order As Order _
) As IGatewayResponse
Visual C++
public:
virtual IGatewayResponse^ Authorize(
	Order^ order
) sealed

Parameters

order
Type: AuthorizeNet..::..Order
The order.

Return Value

A string representing the approval code

Implements

ICustomerGateway..::..Authorize(Order)

See Also