Authorize Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodAuthorize(Order)
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.
Public methodAuthorize(String, String, Decimal)
Authorizes a transaction using the supplied profile information.
Public methodAuthorize(String, String, Decimal, Decimal, Decimal)
Authorizes a transaction using the supplied profile information with Tax and Shipping specified. If you want to add more detail here, use the 3rd option - which is to add an Order object

See Also