Earlier quoted context omitted.
No; this is now out-of-date. (I work at Stripe.)
"I work at Stripe" Understatement :)
Stripe and Apple Pay
81–90 of 100 posts
Re: Stripe and Apple Pay
#82Earlier quoted context omitted.
Apple Pay doesn't actually deal with banks or credit card processors. It's just the frontend for the actual physical payment(card swipe or nfc).
Then why does Apple Pay have to be "compatible" with visa/MC/Amex? I don't think it just stores a digital version of the credit card...
Re: Stripe and Apple Pay
#83I'm not sure I understand Stripe's value proposition here. What is the benefit of using Stripe's library over using ApplePay (PassKit) directly? (Honest question)
Here's how I think about it: Apple is the user's broker and Stripe is the merchant's broker. Every time there's a transaction between the user and the merchant, they are setting up a deal between their respective brokers. As fgblanch points out, a merchant using Stripe only needs a single account with them to handle credit cards, Apple Pay, and whatever else comes along tomorrow. As Igglybook and zaidf point out, App…
Re: Stripe and Apple Pay
#84I'm not sure I understand Stripe's value proposition here. What is the benefit of using Stripe's library over using ApplePay (PassKit) directly? (Honest question)
Re: Stripe and Apple Pay
#85Earlier quoted context omitted.
With Apple Pay, your physical credit card number is NOT stored on the iPhone 6's secure element; instead, a token is (the token is effectively an alias to your credit card number; it looks like one too - is 16 digits, etc, so will work nicely w/existing payment infrastructure). So there's additional security there. If your iPhone 6 is stolen, you can report it stolen, and the issuing Bank of your credit card will sim…
Just curious...does Google Wallet also do the same thing?
Re: Stripe and Apple Pay
#86Earlier quoted context omitted.
... That's not directly. The "interface with the payment provider" is what Stripe is and this lets you interface with Stripe.
What is the barrier in building your own interface with the payment provider? Is it red tape, or technical challenges?
Once you're done that, you've built a small-scale, inefficient, featureless, and altogether shitty version of what Stripe will offer up to anyone with an e-mail address, and it's taken you six to eight months to build. Oh and your app is out of date and all your competitors have taken your customers.
Re: Stripe and Apple Pay
#87Re: Stripe and Apple Pay
#88Earlier quoted context omitted.
What is the barrier in building your own interface with the payment provider? Is it red tape, or technical challenges?
Both. You have to build a pretty significant architecture which meets PCI compliance (so e.g. hardware firewalls, hosted in a data centre with sufficient physical security, etc. etc), which makes it hugely expensive, and technologically demanding. Then you have to sign a contract with a bank or banks in order to get the process going, which is the red tape part. Then you get to handle all the systems responsible for…
Re: Stripe and Apple Pay
#89Earlier quoted context omitted.
Both. You have to build a pretty significant architecture which meets PCI compliance (so e.g. hardware firewalls, hosted in a data centre with sufficient physical security, etc. etc), which makes it hugely expensive, and technologically demanding. Then you have to sign a contract with a bank or banks in order to get the process going, which is the red tape part. Then you get to handle all the systems responsible for…
What I meant to ask was, "what did people do before Stripe came into existence"?
Re: Stripe and Apple Pay
#90Earlier quoted context omitted.
With Apple Pay, your physical credit card number is NOT stored on the iPhone 6's secure element; instead, a token is (the token is effectively an alias to your credit card number; it looks like one too - is 16 digits, etc, so will work nicely w/existing payment infrastructure). So there's additional security there. If your iPhone 6 is stolen, you can report it stolen, and the issuing Bank of your credit card will sim…
Just curious...does Google Wallet also do the same thing?