[deleted]
Bitcoin is great, but let's not pretend it is ready to be the go-to money transfer solution for everyone.
21–30 of 49 posts
[deleted]
Bitcoin is great, but let's not pretend it is ready to be the go-to money transfer solution for everyone.
I've found myself more interested in Stripe's UI/UX than the product itself. Not that the product isn't anything less than mint, it's just that their front-end developers are so amazing.
http://www.html5rocks.com/en/tutorials/forms/requestautocomp...
It's not a complete solution (because it's only on chrome), but it's pretty cool and built in.
I'm curious how Android Pay works on the retail side. Does it use a traditional VISA payment terminal system or are Google running some sort of server-side payment hub? I'm assuming, for instance, we won't see Android Pay integration in to Bitcoin apps any time soon.
Based just on Google's blog post, this seems like another implementation of the standard that Apple helped create and push through with the banks and card networks for Apple Pay. They mention tokenization and virtual card numbers, which is exactly how Apple Pay works.
http://www.nfcworld.com/2014/03/11/328236/emvco-publishes-to...
I've found myself more interested in Stripe's UI/UX than the product itself. Not that the product isn't anything less than mint, it's just that their front-end developers are so amazing.
Yes, it's beautiful. However, looks like there's no form validation on the email submit. I just submitted "r" as an email address.
I'm curious how Android Pay works on the retail side. Does it use a traditional VISA payment terminal system or are Google running some sort of server-side payment hub? I'm assuming, for instance, we won't see Android Pay integration in to Bitcoin apps any time soon.
This payment solution relies on tokenization. Tokens are mapped to physical payment cards (Google will probably act as a Token Service Provider). Tokens once provisioned on the mobile hold among other things a Digitized Personal Account Number + a set of single use payment keys (or limited use keys) for payment.
Earlier quoted context omitted.
No, it's more like a sdk. Wallet is it's own app that uses pay. So you can integrate pay into things using nfc more easily. I am not sure on how apple pay works as a sdk.
On Android the Google Wallet app is being replaced by Android Pay, so it is more of a re-brand.
Yep, the app is rebranded.
But they are also now partnering with banks etc rather than sitting as some generic middle man. Basically they seem to have copied Apple in this regard, and bent to the demands of the banks.
I've found myself more interested in Stripe's UI/UX than the product itself. Not that the product isn't anything less than mint, it's just that their front-end developers are so amazing.
Yes, it's beautiful. However, looks like there's no form validation on the email submit. I just submitted "r" as an email address.
But basic \S+@\S+ check on the UI side won't hurt and would be courteous.
Earlier quoted context omitted.
Yes, it's beautiful. However, looks like there's no form validation on the email submit. I just submitted "r" as an email address.
As long as you can receive a confirmation email, any address could work :) But basic \S+@\S+ check on the UI side won't hurt and would be courteous.