Skip to main content

TokenizeEMV

POST 

/Device/TokenizeEMV

TokenizeEMV is used to tokenize a credit card primary account number (PAN) encrypted on a MagTek tDynamo with a dip or a tap."

info

The MagTek tDynamo supports three modes: SWIPE, INSERT(DIP), and CONTACTLESS (TAP)*.

This function should only be used for INSERT(DIP) and CONTACTLESS (TAP).

Contactless (Tap) Response

Not all card brands include the cardholder's name in contactless mode.

Request

Header Parameters

    tx-tokenex-id stringrequired

    Your TokenEx token vault identifier or vaultless tokenization profile.

    Default value: 8149339711073860
    tx-apikey stringrequired

    Provides access to one or more functions in the TokenEx API.

    Default value: 9nRH8CsmeV0hxjV4EFqlyzycGMuRjJsqksTY9BEv
    tx-token-scheme stringrequired

    The name or the numerical value of the TokenEx token scheme to be used to tokenize the data.

    Default value: PCI

Body

    encryptionProfile stringrequired

    The name of the Encryption Profile that should be used to decrypt the encryptedTrack.

    Default value: EncryptionProfileName
    ksn stringrequired

    The Key Serial Number used for DUKPT.

    Default value: KSNValue
    requestFormat stringrequired

    Format used in the request. Valid values: Hex.

    Default value: Hex
    encryptedTrack stringrequired

    The encrypted Track data from the device (DFDF59 Tag).

    Default value: EncryptedTrackFromDipOrTap

Responses

200

Schema

    name string
    Example: <Cardholders Name>
    expiration string
    Example: <Card Expiration Date>
    firstSix string
    Example: <First six digits for card number>
    lastFour string
    Example: <Last four digits for card number>
    token string
    Example: <TokenEx Token>
    referenceNumber string
    Example: <TokenEx Reference Number>
    success string
    Example: <Transaction Status>
    error string
    Example:
    message string
    Example: Tokenize Successful!
Loading...