Ask HN: Embed Stripe in Desktop app, will users find this shady?
Paying with a credit card from a desktop app is certainly very unconventional. However, it will make my life much easier.
Do you think the average user will have a problem with this? Will they find this insecure? The last thing I need is people thinking twice about paying?
4 comments
[ 0.17 ms ] story [ 23.8 ms ] threadIf you're not embedding your secret key within the app (i.e. you're only generating a card token using the public key), I don't see a problem with embedding a checkout form directly within your app, though that's rare to see.