OperationBase Properties |
The OperationBase type exposes the following members.
Name | Description | |
---|---|---|
Account |
Checking Account number
| |
AllowDuplicate |
By default, Cardknox rejects duplicate transactions within 10 minutes of the original transaction. This command overrides that safeguard. True/False allowed.
| |
Amount |
The total amount of the transaction, inclusive of tax and tip if applicable. This the total amount of the transaction.
| |
BillCity | (Inherited from Customer.) | |
BillCompany | (Inherited from Customer.) | |
BillCountry | (Inherited from Customer.) | |
BillFirstName | (Inherited from Customer.) | |
BillLastName | (Inherited from Customer.) | |
BillMiddleName | (Inherited from Customer.) | |
BillMobile | (Inherited from Customer.) | |
BillPhone | (Inherited from Customer.) | |
BillState | (Inherited from Customer.) | |
BillStreet | (Inherited from Customer.) | |
BillStreet2 | (Inherited from Customer.) | |
BillZip | (Inherited from Customer.) | |
CardNum |
The customer card number. *Alternatively, xToken or xMagStripe can be used.
| |
CardPresent |
Yes, No. For use in retail environments to indicate if the card is present.
| |
CheckImageBack |
The back image of the check, in Base 64 encoded image format.
| |
CheckImageFront |
The front image of the check, in Base 64 encoded image format.
| |
CheckNum |
The Check number.
| |
CustomFields | ||
CustReceipt |
True/False value indicating if the email address specificied in xEmail should receive a receipt containing the transaction details. (CC/Check operations only)
| |
CVV |
3-digit code from the back of the card (4-digit code from the front of the card for Amex).
| |
DUKPT |
The DUK/PT key for PIN Debit and EBT transactions.The first 16 characters are the encrypted pin block, followed by the 6 character long Key Set Identifier (KSID). The remaining characters are the PIN Pad serial number and transaction counter.
| |
The customer's email address.
(Inherited from Customer.) | ||
Exp |
The card expiration number. Format: MMYY. For sandbox test transactions, use any date in the future. *xExp is required when sending in xCardnum and cannot be used with xMagstripe
| |
Fax |
The customer's fax number.
(Inherited from Customer.) | |
Invoice |
The merchant's invoice number for the transaction. xInvoice is recommended when available for improved duplicate handling.
| |
IP |
The customer's IP address. Typically used for fraud detection.
| |
MagStripe |
The magstripe data of a credit card. Magstripe data includes the card number and expiration date. When using this command, xCardNum xExp and xToken should not be used. Encrypted Card data can also be sent using xMagstripe
| |
MICR |
The routing, account and check number data from the bottom of a check in MICR (Magnetic Ink Character Recognition) format, typically generated by a check scanner.
| |
Name |
The cardholder's name.
| |
Routing |
Checking Account Routing number
| |
ShipCity | (Inherited from Customer.) | |
ShipCompany | (Inherited from Customer.) | |
ShipCountry | (Inherited from Customer.) | |
ShipFirstName | (Inherited from Customer.) | |
ShipLastName | (Inherited from Customer.) | |
ShipMiddleName | (Inherited from Customer.) | |
ShipMobile | (Inherited from Customer.) | |
ShipPhone | (Inherited from Customer.) | |
ShipState | (Inherited from Customer.) | |
ShipStreet | (Inherited from Customer.) | |
ShipStreet2 | (Inherited from Customer.) | |
ShipZip | (Inherited from Customer.) | |
Street |
The billing street address of the cardholder.
| |
Tax |
The tax portion that is included in the total transaction amount (xAmount).
| |
Tip |
The tip portion that is included in the total transaction amount (xAmount).
| |
Token |
The Cardknox token that references a previously used payment method. When using a token, xCardNum xExp and xMagstripe should not be used.
| |
Zip |
The billing zip code of the cardholder.
|