Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does NFC mobile money transactions work?

I know how NFC works, but how does it store money and transfer money? Is it connected to the user's bank account? If so how does that mechanism work in terms of the infrastructure? A detailed explanation would be appreciated.

Thanks

like image 759
Logic_magic Avatar asked Aug 01 '11 22:08

Logic_magic


1 Answers

NFC payment works just as any normal contactless card payment.

Every card (even the "virtual" one you are using when paying with NFC) has an account it is bound to. It could be your debit account, or it could be an anonymous account used with an prepaid card. No card acctualy "has money" in it. The money is on an account.

When you pay with the card, it authenticates itself in some manner - it may require the POS to ask your bank for authentication, it may do it offline. You may be asked for your PIN. Then the transaction is authorized, in one way or another. If everything is fine, you get what you purchased.

A bit later, the acquirer providing services for your merchant (the person you paid) sends information about the transaction (through visa, mastercard or other similar organisation) to your bank. The bank then gives them the money from your account. Of course, your bank, visa/mastercard/... and the acquirer take a bit of the money to cover their expenses, so the merchant actually gets a little less than you paid. Its called the interchange fee.

Thats the general scenario, and most of the NFC payment options use it in one way or another, differing only on the exact way of authenticating the "virtual" card and authorizing the payment. This allows the NFC payment methods to utilize the existing contactless payment infrastructure.

If youre interested in the details of contactless payment, or chip card payment in general, look up the EMV standard. If im not mistaken, around 35% of payment cards and around 65% of PointsOfSale use this standard. A good place to start is http://www.emvco.com/. You can find a quite comprehensive guide here: http://www.emvco.com/best_practices.aspx?id=217

like image 136
K.L. Avatar answered Sep 30 '22 10:09

K.L.