E-Payment Integrator 2016 macOS Edition
E-Payment Integrator 2016 macOS Edition
Questions / Feedback?

trackData (property)

Magnetic stripe data read off the credit card.

- (NSString*)trackData

- (void)setTrackData:(NSString*)newTrackData

Default Value

""

Remarks

This property may be set with the magnetic stripe read off the back of a credit card using any commercially available card reader. You may set this property with either Track1 or Track2 data. If TrackData is set, the values contained in CardNumber, CardExpMonth, and CardExpYear are ignored when calling ValidateCard. Instead, these properties are parsed out of the track data. This allows you to easily retrieve the expiration date and card number from either Track1 or Track2 data. For instance:


CardValidator1.TrackData = "4012000033330026=21121015432112345678"
CardValidator1.ValidateCard()

The CardNumber, CardExpMonth, and CardExpYear will now contain the values parsed from the track data. TrackType will also indicate whether the TrackData is Track1 or Track2 (in this case, it's Track2 data).

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 macOS Edition - Version 16.0 [Build 7354]