Slashdot Mirror


Driver's License to be the Next Debit Card

prostoalex writes "Your US driver's license has a magnetic stripe with unique ID in it, and your debit card carries a magnetic stripe with account information on it, so why not link the two together and allow people to use their driver's licenses as debit cards? That's precisely what a young company National Payment Card is doing in select locations, according to Business Week: 'Gas-station owners are pleased with the program too. Because NPC processes the payment as an e-check with the Automated Clearing House (ACH), a network most commonly used for direct deposits, participating retailers bypass credit card companies such as Visa and Mastercard.'"

15 of 394 comments (clear)

  1. So when your license is suspended... by Admodieus · · Score: 5, Funny

    ...your account is frozen. Brilliant!

    --
    "It's a reverse vampire...they....they crave the sun!"
    1. Re:So when your license is suspended... by spyder-implee · · Score: 3, Funny

      Atleast this way you can still bribe the cop when your outa cash.

      --
      Take what ye can. Give nothing back!
    2. Re:So when your license is suspended... by Anonymous Coward · · Score: 2, Funny

      ...you probably shouldn't be buying gas.

    3. Re:So when your license is suspended... by Alligator427 · · Score: 2, Funny

      Yes! And when I get pulled over by a cop for speeding and hand him my license, I'll get a ticket for speeding, and then be arrested for attempted bribery! Brilliant!

      --
      -JoeBoy
    4. Re:So when your license is suspended... by pwizard2 · · Score: 5, Funny

      It would be more convenient if they would just use a barcode on your neck


      Then how could we tell the Manticore transgenics apart from everyone else?
      --
      "It is a denial of justice not to stretch out a helping hand to the fallen; that is the common right of humanity."
    5. Re:So when your license is suspended... by jridley · · Score: 4, Funny

      It won't work for people like me either; you know, people who FOR SOME REASON the mag strips on our IDs mysteriously get erased within minutes of receiving them in the mail. Probably related to the effect that causes anything we own with RFID tags to mysteriously get burn marks around the chips.

    6. Re:So when your license is suspended... by ThatsNotFunny · · Score: 3, Funny

      This is a very insensitive proposition to those of us in the bodybuilding profession who have no necks.

      --
      "Was it a millionaire who said 'Imagine No Posessions?'" -- Elvis Costello
  2. Re:bad idea by xs650 · · Score: 2, Funny

    Look at the bright side, it would be one less card to report stolen :)

  3. Re:"Your US driver's license" by AvitarX · · Score: 5, Funny

    Don't be foolish.

    They are going to implant it into our right hand.

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  4. Hello Officer by sunderland56 · · Score: 4, Funny

    So when an officer stops you for speeding, does handing them your license constitute offering a bribe??

  5. Re:"Your US driver's license" by Babbster · · Score: 2, Funny

    Lastday, Capricorn 29's. Year of the City: 2007. Carousel begins.

  6. Re: so why not link the two together by Anonymous Coward · · Score: 1, Funny

    How about no.

    You're just afraid of technology that offers dramatic increases in efficiency.

    Please take at least a moment to consider how much time this will save
    identity thieves before leaping to an answer. This reduces two steps to one,
    and that's surely a good thing for someone.

  7. Re:"Your US driver's license" by k31bang · · Score: 5, Funny

    They are going to implant it into our right hand.


    Ahhh... since if they implanted it into the left, the action could be seen as sinister.
    --
    -+-=-+-=-+-=-+-=-+-=-+ *** http://www.mountainfort.com *** +-=-+-=-+-=-+-=-+-=-+-
  8. Re:"Your US driver's license" by fractoid · · Score: 3, Funny

    Ahhh... since if they implanted it into the left, the action could be seen as sinister. Obviously, however, such an implant in the right hand would be a dexterous business move.
    --
    Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
  9. Re:Sounds Neat by Hal_Porter · · Score: 1, Funny

    Visa are just messing with you. They know that the kind of person who writes "Ask for ID" on cards instead of signing them is probably a paranoid nutcase with a concealed carry license and a chronic drug problem, i.e. the sort of person who you definitely don't want to try to force to "sign the card in your presence".

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;