SwipedCardTransactionRequest PropertiesBluefin Web Client API Documentation
The SwipedCardTransactionRequest type exposes the following members.
Properties

  NameDescription
Public propertyAccessKey
Gets string of account access key assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAccountID
Gets string of account number assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAllowPartial
Gets or sets value of allow_partial flag.
(Inherited from TransactionRequest.)
Public propertyAmount
This is the dollar (or other currency) amount of the transaction.
(Inherited from TransactionRequest.)
Public propertyAuthorizationCode
For credit/debit cards, this is the 6 digit authorization code from a previously authorized transaction that is required to be provided with a Force transaction. It may also be obtained by calling the merchant account processor for a force code. For EBT cards, this is the authorization code that is required along with the voucher number to capture a prior authorized transaction.
(Inherited from TransactionRequest.)
Public propertyCardTracks
Gets or sets string of data returned by a swiper.
Public propertyCashier
Gets or sets string of the name or id of the cashier that is submitting the transaction.
(Inherited from TransactionRequest.)
Public propertyCurrency
Gets or sets 3 character string of currency code.
(Inherited from TransactionRequest.)
Public propertyCustomData
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.)
Public propertyCustomID
Gets or sets string of custom ID.
(Inherited from Request.)
Public propertyDescription
Gets or sets string of transaction Description.
(Inherited from TransactionRequest.)
Public propertyDisableAvs
Gets or sets value of disable_avs flag.
(Inherited from TransactionRequest.)
Public propertyDisableCvv
Gets or sets value of disable_cvv flag.
(Inherited from TransactionRequest.)
Public propertyDisableFraudFirewall
Gets or sets value of disable_fraudfirewall flag.
(Inherited from TransactionRequest.)
Public propertyGroup
Gets or set Group assosiated with request.
(Inherited from TransactionRequest.)
Public propertyInstallmentCount
Gets or sets the value of BluefinInteger that incapsulates the installment count.
(Inherited from TransactionRequest.)
Public propertyInstallmentNumber
Gets or sets the value of BluefinInteger that incapsulates the current installment number.
(Inherited from TransactionRequest.)
Public propertyIPAddress
Gets or sets string of IP address of the client which initiated the transaction.
(Inherited from TransactionRequest.)
Public propertyKeySerialNumber
Gets or sets string of Key Sequence Number (KSN) for PIN debit or PIN EBT Transactions.
Public propertyPaymentType
Gets or sets the reference to one of supported payment types.
(Inherited from TransactionRequest.)
Public propertyPerson
Gets or sets instance of Person data container.
(Inherited from TransactionRequest.)
Public propertyPINBlock
Gets or sets string of encrypted PIN Block portion for PIN debit or PIN EBT transactions.
Public propertySendCustomerReceipt
Gets or sets value of send_customer_receipt flag.
(Inherited from TransactionRequest.)
Public propertySendMerchantReceipt
Gets or sets value of send_merchant_receipt flag.
(Inherited from TransactionRequest.)
Public propertyTenderType
Gets the value of TenderType assosiated with the instance of the request.
(Inherited from TransactionRequest.)
Public propertyTokenID
Gets or sets string of token id assosisated with transaction.
(Inherited from TransactionRequest.)
Public propertyTransactionID
Gets or sets string representation of transaction id.
(Inherited from TransactionRequest.)
Back to Top
See Also