GatewayRequest Methods

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

The GatewayRequest type exposes the following members.

Methods

  NameDescription
Public methodAddCardCode
The 3-digit Credit Card Code (CCV) on the back of the card
Public methodAddCustomer
Adds a Customer record to the current request
Public methodAddDuty(Decimal)
Adds a tax value to the request
Public methodAddDuty(Decimal, String, String)
Adds a detailed tax value to the request
Public methodAddFraudCheck()()()()
This method will pull the user's IP address for use with FDS. Only valid for Web-based transactions.
Public methodAddFraudCheck(String)
This method adds the required values for Fraud Detection Suite. Your merchant must sign up for this service with Authorize.Net
Public methodAddFreight(Decimal)
Adds a tax value to the request
Public methodAddFreight(Decimal, String, String)
Adds a detailed tax value to the request
Public methodAddInvoice
Adds an InvoiceNumber to the request
Public methodAddLineItem
Adds a line item to the current order
Public methodAddMerchantValue
This is where you can add custom values to the request, which will be returned to you in the response
Public methodAddShipping
Adds a Shipping Record to the current request
Public methodAddTax(Decimal)
Adds a tax value to the request
Public methodAddTax(Decimal, String, String)
Adds a detailed tax value to the request
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet
Gets the specified key from the request.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodQueue
Queues the specified key into the request.
Public methodToPostString
Outputs the queue as a delimited, URL-safe string for sending to Authorize.net as a form POST
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also