Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vending machine support #42

Open
MaxVandenbussche opened this issue Jun 17, 2018 · 0 comments
Open

Add vending machine support #42

MaxVandenbussche opened this issue Jun 17, 2018 · 0 comments

Comments

@MaxVandenbussche
Copy link

MaxVandenbussche commented Jun 17, 2018

Cool BAB improvement below:

An obstacle in making a vending machine is dealing with money. Proofing money, giving money back, ... Linking BAB to the vending machine hardware could solve these problems.
A possible scenario:

  1. Add stuff for sale at the vending machine into BAB.
  2. User purchases something in BAB and pays with the payment methods already present in BAB.
  3. BAB creates unique one-time-use code.
  4. User enters code into the vending machine keypad.
  5. The vending machine authenticates code with BAB and dispenses the purchase.

Nice side-effect is that all sales and revenue are traceable in BAB.
Hardware/software implementation in vending machine would be very doable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant