ATM "cents"

When keying in an amount on an ATM, why do I have to include cents? If I want $100, why do I have to type 1-0-0-0-0, rather than 1-0-0? I don’t think I’ve ever seen an ATM that gave change.

I suppose it could be designed that way for withdrawals although user tests probably showed that people expect to have to enter cents in and they wouldn’t like to ask for what they think is $10 and get $1000 out when they machine isn’t designed like they expect it to be…

More importantly, it is for consistency between the transactions. You may not be able to ask for $103.41 out as a withdrawal but you can make a deposit for that amount. Good system design usually dictates that you keep functions consistent within the same software.

There is usually a button that you can choose to get a fast cash amount back such as $20 or $100 however so that should take care of some of your problem.

Some of my bank’s newer ATMs do not ask for the cents when withdrawing cash, the older ones all do.

I never type in cents for withdrawls, just 1-0-0-“ok” for $100. Never had a problem with it.

Actually, on reflection, sometimes I have to type in all digits, when the interface operates like:

ENTER AMOUNT FOR WITHDRAWAL
$0.00

(press 1)

$0.01

(press 0)

$0.10

(press 0 three more times)

$100.00
Not all machines are programmed in this way, though. Around here, I’d say they were the minority. Most machines assume dollars by default, skipping cent withdrawals that they couldn’t handle in any case. I’m guessing some newer machines anticipate to-the-penny withdrawals to future media like cash cards and whatnot and their software is written accordingly.

In my experience it’s been the opposite. Machines I remember using in the 90’s all had the cents enabled like your post explained, but newer machines that I’ve used in the past couple of years have dispensed with that “feature”.

My experience has varied from machine to machine, bank to bank. Rarely do I have to key in the amount for a withdrawl, I usual just select an amount given. My guess though would be that it has more to do with the machines ability to accept deposits. This is just a WAG but perhaps the machine can only delineate one format and thus uses *with cents * for both deposits and withdrawls. I realise not all machines accept deposits, but it’s probably more efficient than writing seperate programs for individual sorts of cash station.

Shagnamit Shagnasty! I wish I had bothered to thoroughly read the replys! Oh well, at least I feel vindicated with my WAG!

Hijack here. FWIW, back in the day, when ATMs were still cutting edge gizmos, I once used one that dispensed change – even pennies – if you requested a withdrawal that included cents. Never saw another one that could do that after that single encounter.

The branch I banked with when I lived in Philipsburg, PA from 1997-2000 had an ATM that dispensed change. I thought it was odd the first time it was brought to my attention, I think I lost a bet with the person that told me about it. :wink:

I first started using ATMs in NJ when I turned 18 and opened my first account, in 1988 (and I called them MAC machines until I moved out here) and I’d never seen one before that dispensed change. Haven’t seen one since either.

Sorry to continue the hijack.
And around here it depends on the machine, though I think I’m seeing more where it’s not necessary to type the .00 for a withdrawal.

The coin dispensers are STILL an option.
I believe at least one tax prep place lets you cash your “refund loan” check in their office, down to the cent.
One temp agency I’m aware of offers down to the cent cashing of your checks at their ATM, minus a small but nearly reasonable fee (compared to check cashing, anyway).

As has been noted, if you want to deposit money, as in a payroll or third-party check, it’s a useful feature.

You can also use an ATM to transfer funds between your accounts. The cents option would be used for this.

Simple answer to the OP: it helps prevent mistakes. If the customer wants to withdraw $10 and inputs 10(.)00 for the withdrawal amount, the machine would remit $1000. If the cents is required (the reverse of the previous situation) the error will be corrected immediately as the machine cannot remit 10 cents.

I think I was at an ATM once that couldn’t even give me 50 dollars…because it only dispensed 20’s…

lame.

So? It is very easy to have a separate routine for keying in deposits vs. keying in withdrawls.

ATMs don’t give out $1000 either. I’ve never been to an ATM that will give more than $300 at a time. So there’s no amount of money an ATM can dispense that, either multiplied or divided by 100 is also an amount of money that an ATM can dispense.

I think the obvious answer is so that they could write one software routine to handle “Amount Entry”. Sure, you could write more than one, but that increases the chance for error, the time spent in testing, and your code size. The last is probably trivial now, but I bet it wasn’t back in the 80s.

Heckxx, the vast majority of ATMs only dispense 20s.

I figured someone would say that. I guess I’ve haven’t been around much.

Am I being whooshed or is Illinois crawling with ATMs that dispense something other than 20’s? I’ve heard of ATMs that dispense 10’s or 5’s but I’ve never actually seen one.

My local machine will dispense $500. Trying to get more in an additional transaction won’t work; it’s a daily limit.

My old college machine used to dispense $20’s & 5’s. I figured it was because it was primarily for college student use and low bank balances are common. All of a sudden you see $5.36 in your account and you can go, “Whoopee, $5.00!!”.