2

Hi my client is a charity.

They would like to apply a fixed amount to a app/webapp where people can just tap and walk away donating fixed amount without any merchant interaction needed.

Such terminal will probably be fixed to a stand... With a tablet nearby processing it automatically.

Is this possible?

Hassan
  • 301
  • 1
  • 13

1 Answers1

1

Is this possible?

Yes! The Point of Sale API offers an iOS, Android, and web-to-Android way of making a kiosk app.

For example, if you modify the HelloCharge example from GitHub, you can fix the payment amount and method to whatever you desire.


Here's the un-modified HelloCharge app taking a $1 payment.

example of a $1 transaction via Point of Sale API on Android

Salvatore Testa
  • 317
  • 2
  • 9