/n software 3-D Secure V2 Python Edition

Questions / Feedback?

track_type Property

Indicates the type of the specified TrackData .

Syntax

def get_track_type() -> int: ...

track_type = property(get_track_type, None)

Default Value

0

Remarks

This property will be filled after a call to validate_card. If magnetic stripe data was supplied in the track_data field, this property will indicate which type of track was entered. If no track data was entered (ie, the card_number was specified instead) then the track_type will be ttUnknown.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]