Hi there,
We're writing an app to charge a balance in a NFC card and use it to pay purchases.
Imagine I put 100 euros in a card.
When I'm about to use the card to pay something I need to know the actual card balance, I need to know the amount I want to spend, subtract one from the other and write the new balance to the card.
My question is:
When I approach the card to the reader, can I do a read operation, do the match and write in the same card reading? Or this need to be made in two card operations? One to read the balance and the next to write the new balance to the card?
Thanks in advance.
We're writing an app to charge a balance in a NFC card and use it to pay purchases.
Imagine I put 100 euros in a card.
When I'm about to use the card to pay something I need to know the actual card balance, I need to know the amount I want to spend, subtract one from the other and write the new balance to the card.
My question is:
When I approach the card to the reader, can I do a read operation, do the match and write in the same card reading? Or this need to be made in two card operations? One to read the balance and the next to write the new balance to the card?
Thanks in advance.