5 ms·
Stripe checkout is as easy to integrate & also well designed. Why bother to have yet another middleman in the game.
by s04p 12y ago
Stripe checkout is as easy to integrate & also well designed. Why bother to have yet another middleman in the game.
- dangrossman 12y ago> Stripe checkout is as easy to integrate Stripe Checkout requires that you know how to write and integrate code. Plasso does not. Of the 2.4 billion people with internet-connected computers, only 1-2 million can write code.
- s04p 12y agoSeriously? It's as easy as integrating a tweet or like button into a blog post. Just copy & paste.
- dangrossman 12y agoIt's not copy and paste. Stripe Checkout does not even take a payment. All it does is present the UI to collect information, then returns a token to your page via a hidden form field. You must then write code to accept the form submission, use Stripe's API to make a charge against the token you received, send receipts and deliver the product. Here's the Stripe Checkout integration guide for Rails for example: https://stripe.com/docs/checkout/guides/rails https://stripe.com/docs/checkout/guides/rails
- jaf656s 12y agoStripe in general is not a great user experience for non-developers. Clicking "Learn More" links, in many places, literally takes you to api documentation.
- pbreit 12y agoStripe inexplicably does not offer payment pages.
- ams6110 12y agoNot so inexplicable. They don't want to deal with end-user support. Same reason WePay canned all their end-user features.