Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

Card Property

Contains the customer's credit card information.

Syntax

[VB.NET]
Public Property Card As CCCard

[C#]
public CCCard Card {get; set;}

Remarks

This must be set to an instance of the CCCard type, which will contain information about the credit card to be charged. This may include a MagneticStripe for swiped cards, or a Number, ExpMonth, and ExpYear for manually entered cards. (EntryDataSource indicates which set of properties will be used). See the CCCard type for more information.

Note that you may not send Track1 data in the MagneticStripe field for EBT transactions. You may only submit transactions with Track2 data or manual entry.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0