Skip to main content

GetBINAndLastFour

POST 

/Pci/GetBINAndLastFour

GetBINAndLastFour is used to return the BIN range and/or last four of a tokenized credit card PAN."

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

Body

    token stringrequired

    The token to perform the lookup against.

    Default value: 411111245ShO1111
    includeBin boolean

    Include the BIN in response.

    Default value: true
    includeLastFour boolean

    Include the last 4 in response.

    Default value: true
    useExtendedBIN boolean

    If set to 'true', return the first 8-digits of a PAN greater than 15-digits in length. If the PAN is 15 digits or less, only the first 6-digits will be returned.

    Default value: false

Responses

200

Schema

    success boolean
    Default value: true
    Example: true
    error string
    Example:
    referenceNumber string
    Example: 249142212110512863491
    message string
    Example:
    bin string
    Example: 483310
    lastFour string
    Example: 8392
Loading...