







![]() ![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..AuthorizeAndCapture Method |
CustomerGateway Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
![]() | AuthorizeAndCapture(Order) |
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.
|
![]() | AuthorizeAndCapture(String, String, Decimal) |
Authorizes and Captures a transaction using the supplied profile information.
|
![]() | AuthorizeAndCapture(String, String, Decimal, Decimal, Decimal) |
Authorizes and Captures 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
|