CardPresentAuthorizationRequest Methods

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

The CardPresentAuthorizationRequest type exposes the following members.

Methods

  NameDescription
Public methodAddCardCode
The 3-digit Credit Card Code (CCV) on the back of the card
(Inherited from GatewayRequest.)
Public methodAddCustomer
Adds a Customer record to the current request
(Inherited from GatewayRequest.)
Public methodAddDuty(Decimal)
Adds a tax value to the request
(Inherited from GatewayRequest.)
Public methodAddDuty(Decimal, String, String)
Adds a detailed tax value to the request
(Inherited from GatewayRequest.)
Public methodAddFraudCheck()()()()
This method will pull the user's IP address for use with FDS. Only valid for Web-based transactions.
(Inherited from GatewayRequest.)
Public methodAddFraudCheck(String)
This method adds the required values for Fraud Detection Suite. Your merchant must sign up for this service with Authorize.Net
(Inherited from GatewayRequest.)
Public methodAddFreight(Decimal)
Adds a tax value to the request
(Inherited from GatewayRequest.)
Public methodAddFreight(Decimal, String, String)
Adds a detailed tax value to the request
(Inherited from GatewayRequest.)
Public methodAddInvoice
Adds an InvoiceNumber to the request
(Inherited from GatewayRequest.)
Public methodAddLineItem
Adds a line item to the current order
(Inherited from GatewayRequest.)
Public methodAddMerchantValue
This is where you can add custom values to the request, which will be returned to you in the response
(Inherited from GatewayRequest.)
Public methodAddShipping
Adds a Shipping Record to the current request
(Inherited from GatewayRequest.)
Public methodAddTax(Decimal)
Adds a tax value to the request
(Inherited from GatewayRequest.)
Public methodAddTax(Decimal, String, String)
Adds a detailed tax value to the request
(Inherited from GatewayRequest.)
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.
(Inherited from GatewayRequest.)
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.
(Inherited from GatewayRequest.)
Public methodToPostString
Outputs the queue as a delimited, URL-safe string for sending to Authorize.net as a form POST
(Inherited from GatewayRequest.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also