Ultrasonic Payments
charliegerard.dev
Ultrasonic Payments
1–10 of 95 posts
Re: Ultrasonic Payments
#2Interesting experiment, although it seems that most of Asia has settled on NFC (card emulation or token), QR, and 2D barcodes for offline (at least to customers) payments, which is more practical to deploy using existing infrastructure. I know Tez (aka Google Pay in India which was pushed in other countries) has implemented it, but Indians does Google Pay still have ultrasonic transfers?
Re: Ultrasonic Payments
#3Slightly tangent: Charlie Gerard's website is full of interesting experiments like this in the Computer-Human-Interaction space!,
Recommended.
Re: Ultrasonic Payments
#4This is such a cool experiment. Anything that involves sound like this is extremely interesting to me (I have a cochlear implant). Maybe I can hack it so I know when people are making payments :D
Re: Ultrasonic Payments
#5I think it’s cool but with payments you’ll have to address security considerations. How can you prevent someone from spoofing a transaction or spoofing audio for payments?
Re: Ultrasonic Payments
#6Slightly tangent: Charlie Gerard's website is full of interesting experiments like this in the Computer-Human-Interaction space!, Recommended.
You weren't wrong! Reminds me a lot of Gwern's website (https://gwern.net/)
Re: Ultrasonic Payments
#7Ah, it looks like the repo linked in the article should actually be from their personal account, not their stripe account [0].
It also looks like one of the key components is the `quiet.js` library [1] which itself is an emscriptem port of `libquiet` [2].
[0] https://github.com/charliegerard/ultrasonic-payments
Re: Ultrasonic Payments
#8I find it all fascinating, but at the same time, a bit sad that we must resort to such hacks in order to have an interoperable medium.
It should be easy to send packages wirelessly across devices of different platforms in 2022.
Re: Ultrasonic Payments
#9will it cause issues with receiver when multiple senders try to send at the same time? Wont it cause chaos in the sound waves ?
Re: Ultrasonic Payments
#10I think it’s cool but with payments you’ll have to address security considerations. How can you prevent someone from spoofing a transaction or spoofing audio for payments?
This specific demo doesn't actually send payment data over audio, just a link to pay from. Post-payment would still go though signed stripe webhooks like a normal online payment.
Seems like an interesting way to start a transaction without needing to buy any specialized equipment.