Build better payment forms using new “embedded” Stripe Checkout

Поделиться
HTML-код
  • Опубликовано: 2 апр 2024
  • Learn how to use the new embedded Stripe Checkout feature to easily accept payments without ever leaving your own website. Learn everything about payments for software developers in my new Stripe for SaaS featuring Next.js and Supabase:
    Stripe for SaaS: fireship.io/courses/stripe-saas/
    And use code BEYOND30 to save some money!
    Full Tutorial and Code: fireship.io/courses/stripe-sa...
  • НаукаНаука

Комментарии • 225

  • @geeshta
    @geeshta 2 месяца назад +276

    As a product manager of a payment gateway, I can confirm that embedded payments raise conversion. I have the data. People here who prefer redirects are security-aware tech people but that's a very specific sample.

    • @daveface69
      @daveface69 2 месяца назад +6

      Unless something goes wrong during the redirect, why is this the case? Surely once somebody is at the stage of purchasing very few would stop because of a redirect?

    • @df23
      @df23 2 месяца назад +41

      @@daveface69 Because most people are not tech savvy so "Stripe" is just a random company to them but where in a embedded form you already should have built the trust within the buyer on your brand before they hit the payment button (Payment modal) so inserting details on a page you trust vs strange (stripe) is the difference in the split second decision on closing tab or continuing

    • @NPCSpotter
      @NPCSpotter 2 месяца назад +6

      @@df23 Lol this is so annoying as tech-aware business owner with zero coding skills. I'm creating a Shopify website along with my Wix Studio website and I just assumed everyone knows about Stripe, so that would add credibility to my website, but the way you explained it makes sense. This is why TikTok shops convert so well.

    • @df23
      @df23 2 месяца назад

      @@NPCSpotter Lol yea you gon learn being too "smart" is not profitable in business. But this also depends on what you're selling right. If you're doing Saas and all your competitors use either Stripe or Paypal then a redirection there is w/e but if you're selling fashion or physical goods it may also work having a redirect to Shopify checkout rather than a modal credit card form/stripe since Shopify checkout by now is so popular in all fashion stores

    • @hiddendrifts
      @hiddendrifts 2 месяца назад

      @@df23 >a random company<
      this makes me feel naive for just trusting that the merchant i buy from knows what they're doing lmao

  • @OmniCroissant
    @OmniCroissant 2 месяца назад +193

    One day, I will be good enough to understand everything you say in your videos.

    • @jasontfrom713
      @jasontfrom713 2 месяца назад +3

      same bro

    • @whatevsperson3019
      @whatevsperson3019 2 месяца назад +2

      i was abou to comment the same thing lmao

    • @RyckmanApps
      @RyckmanApps 2 месяца назад +7

      Same. Keep watching. I knew 20% of the first Fireship vids I watched and years later I’m am closer to 25%. 😅

    • @donabhyuday
      @donabhyuday 2 месяца назад +2

      A stripe is one of the many line like things on a zebra.

    • @rubenheymans1988
      @rubenheymans1988 2 месяца назад +1

      I created a subscription based payment system using stripe a while ago, with the income split between multiple parties, making everything custom because I could not use redirects (also doesn't work very well with pwa's), so I think this is the first one where I understand 100% of the video

  • @MoritzvonSchweinitz
    @MoritzvonSchweinitz 2 месяца назад +238

    I, for one, prefer the redirect-to-payment-processor approach: this way, all critical sensitive information is clearly restricted to specialized companies and their responsability, and not inside some i.e. out-of-date with hundred shady plugins Wordpress installation which could trivially steal the payment form's data.
    As a user, I also prefer smaller websites to redicrect me instead of getting my data directly.

    • @mxpf26
      @mxpf26 2 месяца назад +21

      And the cool thing is, as a developer/business-owner you can even outsource billing-address collection and invoice generation, without doing anything.
      Just redirect and let it go. Someone else should take care of this mess.

    • @EvertvanBrussel
      @EvertvanBrussel 2 месяца назад +20

      Yeah I also feel much safer when I see that I'm filling my credit card details in on a form that's actually on a trusted payment processor's domain. However, I genuinely wonder how many people who are less tech-savvy will feel the same way.

    • @wlockuz4467
      @wlockuz4467 2 месяца назад +9

      Totally agree. In fact being redirected to Stripe gives me a sense of security that doesn't exist when dealing with something shady.
      Also one huge issue with embedding is that it opens a way for phishing.

    • @geeshta
      @geeshta 2 месяца назад +12

      ​@@EvertvanBrusselthey are not! I work in a payment provider company and people much prefer convenience and nice UX. Also they trust the shop because they have already decided to buy there. Redirection to a whole different UI feels much sketchier to a typical user.

    • @MoritzvonSchweinitz
      @MoritzvonSchweinitz 2 месяца назад

      @@geeshta PayPal, back in the day, heavily promoted "secure checkout on Paypal", which I think should make a comeback.
      If users knew how massively insecure a random small shop website could be, I think they'd agree.

  • @CammeritzLP
    @CammeritzLP 2 месяца назад +5

    We use a mixture of both embedded and hosted checkout, depending on if the customer purchases with an already self-signed up account, or if they do not have an account yet and get sent the offer from our Sales Team via our CRM. The combination of both is really powerful!

  • @jerseyse410
    @jerseyse410 2 месяца назад +2

    Literally perfect timing. I've got a couple of Azure functions that I'm hooking up to a next js back-end with react on the front-end and was looking for a way to integrate payments. I initially wasn't a fan of the redirect off the site, but the embedded checkout is perfect so I bought the course, looking forward to prototyping this soon

  • @JohnnyPC1
    @JohnnyPC1 2 месяца назад +72

    To me as a user, the embedded checkout form looks a lot more sketchy and makes me think I'm being phished.
    How would the user know that they are entering their payment information in the actual Stripe form? With the redirect, users can validate the URL/domain.

    • @davidkee2363
      @davidkee2363 2 месяца назад +34

      majority of people have no clue what stripe even is

    • @shreyashraj
      @shreyashraj 2 месяца назад +5

      To you as a user you don't trust the website where you are buying the product but still willing to pay if it is a redirect 😕like you buy something by paying on stripe only if you actually trust the website right

    • @geeshta
      @geeshta 2 месяца назад +15

      It's the opposite! People have decided to buy something from a shop - they trust the shop. Being redirected to a whole other website feels much sketchier!
      Also most users don't look at URLs at all.

    • @cirkutpersonal
      @cirkutpersonal 2 месяца назад +2

      @@shreyashraj In my mind (and I realize I'm biased), anytime the checkout looks vastly different than the surrounding website, I always do a double take. A redirect for me eases the possibility of sketchiness, but alas I realize that the data shows differently.
      As a developer, well-implemented embedded options are seamless and unapparent, so I think it's just the fact that it's a non-optimized demo site in this video, so that certainly lends itself to seeming 'sketchier' than a redirect.

  • @4RILDIGITAL
    @4RILDIGITAL 2 месяца назад +2

    Loved the step-by-step explanation on embedding Stripe checkout. A practical solution that streamlines the whole online purchase experience. Looking forward to the full course coverage.

  • @dyto2287
    @dyto2287 2 месяца назад +29

    I find Stripe Elements better for embedding payments to UI. You have more controls but there is a bit more work to be done though.

    • @scuzzoo
      @scuzzoo 2 месяца назад

      What’s the main differences between Stripe Elements and what is shown on the video? It seems like they do the same thing. I got confused since I made a project about a year ago that utilised Stripe Elements (and found that really cool) and was confused when the video said this was quite a new Stripe feature.

    • @dyto2287
      @dyto2287 2 месяца назад

      @@scuzzoo Stripe Element are basically just inputs for payment methods, & card details. You only get token for payment method that you can use to assign it to customer manually on your the backend. Usually you also need create and manage Stripe customer & subscription from your backend by calling Stripe API directly.
      Stripe Checkout it's kind of everything combined in one view.

    • @scuzzoo
      @scuzzoo 2 месяца назад

      @@dyto2287 Ahh yes that does ring a bell now thanks

  • @ahsin.shabbir
    @ahsin.shabbir 2 месяца назад

    Used this for my SaaS product, it was tricky at first, but after a few hours I had it integrated.

  • @evandroprogram
    @evandroprogram 2 месяца назад +11

    Para os BRs que acompanham o Fireship, hoje foi especial ver o escapamento do Serginho Groisman! 😝

  • @birarakisarap
    @birarakisarap 2 месяца назад +3

    I cant believe we had to wait for a proper checkout solution until its 2024! jeezzz.

  • @brunoggdev6305
    @brunoggdev6305 2 месяца назад +14

    0:24 brazil mentioned lesgoooooo

  • @CleverGeneration
    @CleverGeneration 2 месяца назад +3

    Thank you for the video and the discount, I've just purchased the course ❤

  • @wlockuz4467
    @wlockuz4467 2 месяца назад +4

    The embedded modal seems very sketchy because for a normal person it would be hard to tell if they're being phished.
    As someone who has used Stripe both as a developer and customer I can say the redirect flow is the best solution. The redirect itself enough for peace of mind and building trust in whatever product it is connected to.

  • @queijoapocaliptico
    @queijoapocaliptico 2 месяца назад +1

    I loved the Serginho Groisman Picture

  • @Stoney_Eagle
    @Stoney_Eagle 2 месяца назад +1

    You can add individual form inputs from stripe anywhere into your page without a modal and style them however you want 😅

  • @jx_snack
    @jx_snack 2 месяца назад +1

    i like your funny words, magic man

  • @bavfalcon9636
    @bavfalcon9636 2 месяца назад +8

    love stripe, been using it for years 🤗

    • @BlackkTiger
      @BlackkTiger 2 месяца назад

      Agreed. Used Stripe along with PayPal for years and while PayPal gave me endless grief, I never once had a single issue with Stripe.

  • @MrBran4
    @MrBran4 2 месяца назад

    Yooo it’s like the original stripe checkout model, the one they got popular for in the first place

  • @Garkolym
    @Garkolym 23 дня назад

    I believe that people will be less afraid to enter credit card information if they are redirected to Stripe

  • @de1337ious
    @de1337ious 2 месяца назад

    Awesome video as always.
    One thing though, fetchClientSecret is wrapped in a useCallback, but then an options object is created and passed as a prop (this one will have a new reference on every render), whats the point of memoizing the fetching fn?

  • @MrGuysmo92
    @MrGuysmo92 Месяц назад

    Thanks a lot !
    I don't understqnd why we need a return_url when just showing a error or success toast would be enough.
    Component is re rendering so local state are lost. Can be problematic when we want to do some mutation after payment that aren't related with the current user.

  • @IgorImperiali
    @IgorImperiali 2 месяца назад +10

    Brazil Advertising been notice! hahaha

  • @a.yashwanth
    @a.yashwanth 2 месяца назад

    I just saw that claud is using the stripe embedd in a modal window.

  • @r6xyb3fhtv82
    @r6xyb3fhtv82 2 месяца назад +2

    Stripe is actually really cool, but also too big to really solve problems constructively via support (similar to Microsoft). I opened an account for an association to collect payments from members for private events. Unfortunately, we were classified as an unacceptable risk without explanation and only after the first live transfer. The refund process turned out to be extremely nerve-wracking. Testing worked perfectly.

  • @interest_in_interesting
    @interest_in_interesting 2 месяца назад +1

    Fortunately the comment section checkout form is a short one. Hello!
    **What is that number input**

  • @andregusmao3196
    @andregusmao3196 2 месяца назад +25

    Brazil mentioned!!!

  • @interest_in_interesting
    @interest_in_interesting 2 месяца назад +5

    Sounds like it would be easy to supplement and attack through...

    • @Charles-Darwin
      @Charles-Darwin 2 месяца назад +1

      it's a "not my problem, their problem" sort of solution

  • @hemanthvasi9157
    @hemanthvasi9157 2 месяца назад

    Razor pay is also a payment gateway which has done it long back.

  • @adriablancafort
    @adriablancafort 2 месяца назад

    With this modal it is a bit sketchy... Would be better to be able to embed it with some control over the styles. Is it possible to build a custom form from scratch and just connect it to the stripe api?

    • @beyondfireship
      @beyondfireship  2 месяца назад +1

      Stripe has another JS lib called "Elements" that gives you a lot more control over UI, but the setup is more complex on both client and server. And yes, you could use the REST api directly if you enjoy pain.

    • @adriablancafort
      @adriablancafort 2 месяца назад

      @@beyondfireship Thank you! Would be interesting to see a video creating a checkout with the Stripe Elements library you mentioned.

  • @adrianorocha-dev
    @adrianorocha-dev 2 месяца назад

    Brazil mentioned at 0:26

  • @simonss13
    @simonss13 Месяц назад

    Thanks man, I've been trying to conceptually sort out the redirect_url property when creating the session object server-side for a hot minute.
    If anyone else is looking for it, it's at 2:49

  • @DansChewy
    @DansChewy 2 месяца назад

    YOU CAN MAKE TAKE A USEFUL SERVICE ALSO

  • @WantedDead
    @WantedDead Месяц назад

    wheres the typescript 5 course you said was coming ?

  • @jijinazul.
    @jijinazul. 8 дней назад

    the primary phone number toggle form caught me off guard HAHAHHAH

  • @paw565
    @paw565 2 месяца назад

    Why not use server action though?

  • @juliusz3340
    @juliusz3340 2 месяца назад +5

    What extension you use to fold tailwind classes?

  • @arthuraguiar5382
    @arthuraguiar5382 2 месяца назад +3

    0:24 aeooohh Brasiiil 🇧🇷🇧🇷🇧🇷🇧🇷🇧🇷

  • @MiklosGalicz
    @MiklosGalicz 2 месяца назад

    I would be interested in the the Payment Request API 😁

  • @jovanemullings
    @jovanemullings 2 месяца назад +1

    stripe not available in jamaica 🤷🏾‍♂

  • @johnniefujita
    @johnniefujita 2 месяца назад

    Actually you can customize it if you mess a little bit with the library directly...

  • @HikaruAkitsuki
    @HikaruAkitsuki 2 месяца назад +2

    To be honest, I prefer redirect to stripe becauy it help the clients to analyze if your payment form is authentic and not a fisher form. Embedded just gonna makes your payment form questionable.

    • @n8ged8
      @n8ged8 Месяц назад

      Does not make sense. The customer got to your shop website and wants to buy. If he has trust in the shop, he also trusts in the embedded payment solution. Otherwise if the customer does not trust in your shop he would not buy no matter if the payment solution is embedded or redirected - the shop could be fake so paying after a trustful redirect to (real) stripe would make a customer pay for a fake product that maybe not exists.

  • @DRUEVISUAL
    @DRUEVISUAL 2 месяца назад

    The plugin is called Inline Fold, in case if anyone wonders how does he have his classNames hidden.

  • @GuilhermeHenrique-tz5mn
    @GuilhermeHenrique-tz5mn 2 месяца назад +2

    0:25 BRAZIL MENTIONED

  • @pictureus
    @pictureus 2 месяца назад

    This has been the case for multiple years?

  • @FernandoFalci
    @FernandoFalci 2 месяца назад

    Which is this VS Code extension that shows the tailwind logo in the JSX code?

  • @spacepacehut3265
    @spacepacehut3265 Месяц назад

    anyways what's the file icon pack Jeff is using ?

  • @felixmildon690
    @felixmildon690 2 месяца назад

    Tutorial starts at 2:10

  • @Tarun-et3mx
    @Tarun-et3mx Месяц назад

    Waiting for firebase videos😊

  • @d2vin
    @d2vin 2 месяца назад

    Is it possible to use this in Astro?

  • @MatsAlexanderNissen-Lie
    @MatsAlexanderNissen-Lie 15 дней назад

    Can you build a RAG pipeline with langchain or something similar?!

  • @RobertWildling
    @RobertWildling 2 месяца назад

    Hmmm... just wanted to buy the course, but the form rejected my MassterCard (which I use for Amazon and other online shops)...

  • @dizzyrocket2000
    @dizzyrocket2000 2 месяца назад

    Why did you choose to use a popup type modal for the payment form? This to me looks and feels sketchier than redirecting to Stripe. Why not just use a regular checkout page rather than a popup window?

  • @OPPFINITE
    @OPPFINITE 2 месяца назад

    Please teach how to integrate UPI payments. That's the most advanced payments in the world right now!

  • @Ivan-cd6if
    @Ivan-cd6if 2 месяца назад

    Or if you’re using React you could just use Stripe’s Payment Element and it’ll load the form in your platform to manage the payments directly from there, at least that’s what I do

  • @adityanithariya
    @adityanithariya 2 месяца назад +70

    Protip: Use hyperswitch built using rust, to integrate any payment provider seamlessly

    • @AndreasBeder
      @AndreasBeder 2 месяца назад +1

      thanks, looks very promising

    • @rascanjero8431
      @rascanjero8431 2 месяца назад +3

      Seems overly expensive for something that most businesses won’t need.

    • @wlockuz4467
      @wlockuz4467 2 месяца назад +5

      Sounds like a bad idea for starters.
      The main benefit of Stripe is that you can plug it and forget it on most of your projects. If you're starting out and already adding a layer of complexity for monetization with something like hyperswitch then you won't get far.

    • @user-ek2jc1xf3y
      @user-ek2jc1xf3y 2 месяца назад

      @@rascanjero8431 0.04/tx is expensive?

    • @adityanithariya
      @adityanithariya 2 месяца назад

      @@wlockuz4467 I agree, it's another layer of complexity and won't be valuable for majority projects which needs just one payment provider, but it does help if you want to scale involving multiple payment providers

  • @masterklm7216
    @masterklm7216 2 месяца назад

    Does this work in react native app

  • @zackplauche
    @zackplauche 2 месяца назад

    Did you record this with your AI?

  • @dc4539
    @dc4539 2 месяца назад +1

    Wow, I'm surprised Stripe is so far behind with implementing this feature. Adyen released an embedded UI feature years ago

  • @qwertydev770
    @qwertydev770 2 месяца назад

    does anybody know, whats the plugins name that abbreviates tailwind classes in the editor 3:50?

  • @kipchickensout
    @kipchickensout 2 месяца назад

    I don't see a PayPal option?

  • @mhamedsoldierofgodbenyouss7697
    @mhamedsoldierofgodbenyouss7697 2 месяца назад +2

    Stripe doesn't support all the countries in the world, is there any solution for the ones that doesn't support stripe

    • @johnsausage
      @johnsausage 2 месяца назад +1

      PayPal and Bitcoin 😩😭🤯

  • @OnionKnight541
    @OnionKnight541 2 месяца назад

    this is a great example of using JSON, javascript, HTTP methods, APIs, etc.

  • @hanes2
    @hanes2 2 месяца назад +2

    Oh, so Stripe doing what Klarna has done for years

    • @catarinayikake4820
      @catarinayikake4820 2 месяца назад

      exactly what i thought when i heard about it. better marketing maybe?

  • @JilianGaretteAbangan
    @JilianGaretteAbangan 2 месяца назад

    3:51 does anyone know how to hude the tailwind classes, like in the video?

  • @isanjayachar
    @isanjayachar 2 месяца назад

    Razorpay in Indian has been doing this for half a decade already

  • @FaisalAfroz
    @FaisalAfroz 2 месяца назад

    People complaining about things you know you can add both methods right ? let the user decide if he wants a redirect or want to stay on website for checkout.

  • @megascan
    @megascan 2 месяца назад +3

    I actually prefer it opening in a new tab, because I can actually verify using the URL I am entering my details into Stripe and not some fake form designed to steal my information. I personally think this is a bad idea, but you do you.

  • @kirso
    @kirso 2 месяца назад

    Why is it in Next? 😢

  • @GuidedPirate
    @GuidedPirate 2 месяца назад +1

    Stripe sdk for flutter is so broken it made me use paypal

    • @abdirahmann
      @abdirahmann 2 месяца назад

      wait??!? really??? 😂😂😂

    • @GuidedPirate
      @GuidedPirate 2 месяца назад

      @@abdirahmann yeah I didn't want to spend time trying to fix it. Seems like they don't update their flutter sdk to work with other dependences

    • @abdirahmann
      @abdirahmann 2 месяца назад

      @@GuidedPirate just use their raw REST API if you really have to which i still consider luxury because for me i havr to read pdf documents from the local bank 😂😂💀 due to regulations! and let me tell you... They are sooo weak, i literally have to create my own SDKs and Libs!! 💀💀

  • @alexniess
    @alexniess 2 месяца назад

    The bus on the image of the bad advertising example os from Brazil. Oddly specific.

  • @Rundik
    @Rundik 2 месяца назад

    Interesting idea to have a separate channel just for the ads

  • @newxceo
    @newxceo 2 месяца назад +1

    Bun js: The Basics

  • @mattxnyce
    @mattxnyce 2 месяца назад

    Fireship/Cody Ko crossover "frictionless"

  • @trimonmusic
    @trimonmusic 2 месяца назад

    I was staring at the typography on the "Marketing Sucks" page for far too long before I saw the more obvious fault...

  • @franciscoochoa9
    @franciscoochoa9 2 месяца назад +6

    Embedded payments with custom CSS were already available from other processors. Stripe is late to the game with this. Also, your giving away 2.9% + 30 cents per transaction. There are other options out that offer subscription, invoicing, etc.

    • @kusayfarhan9943
      @kusayfarhan9943 2 месяца назад +6

      Curious what other dev friendly options are there with better pricing?

    • @filcondrat
      @filcondrat 2 месяца назад

      +

    • @saksham_1612
      @saksham_1612 2 месяца назад

      Razorpay is one which is very famous in India with 2 percent flat fees and far better embedding feature than stripe.

    • @geeshta
      @geeshta 2 месяца назад

      ​​​@@kusayfarhan9943 It's usually the local providers. I'm from the EU and each country has local providers that are better than Stripe unless you handle millions of payments a week

    • @michaelm.3641
      @michaelm.3641 2 месяца назад

      ​@kusayfarhan9943 Clover is an option

  • @StallionTG
    @StallionTG 2 месяца назад +21

    Usually everything Fireship does is elegant, but this solution looks a bit forced and anything but elegant. :/ It feels more like a popup than a integrated payment form.

    • @yourlocalit1701
      @yourlocalit1701 2 месяца назад

      Yeah, this is like the hardest way to have a payment portal.

  • @manishgautam2424
    @manishgautam2424 2 месяца назад

    waiting that course to be free

  • @Mordecrox
    @Mordecrox 2 месяца назад

    Weird how our culture is the opposite, as a display of trustworthiness, it is made abundantly clear at every step, "YOU ARE ENTERING PAYMENT PROCESSOR", "payment processor here, you want to buy thing from place and pay amount, is that correct?", "YOU ARE LEAVING PAYMENT PROCESSOR, IF HAVING ISSUES HOLD ON THIS RECEIPT", "you are back to the marketplace, we acknowledged payment processor's payment and will process your order".
    Sometimes they go the extra mile to make you absolutely sure they DO NOT handle the transaction itself and if it seems so double check things because you're likely being phised.

  • @dominikrodler8010
    @dominikrodler8010 2 месяца назад

    Hilarious presentation 🤣

  • @joy_sam_raj
    @joy_sam_raj 2 месяца назад

    Please Razorpay has these, in ancient days.

  • @lazyken6468
    @lazyken6468 2 месяца назад

    Still waiting on that malbolge in 100secs

  • @Mr.BinarySniper
    @Mr.BinarySniper 2 месяца назад

    Looks like fireship also started hating sveltekit for its awkward move.

  • @darian.rosebrook
    @darian.rosebrook 2 месяца назад +1

    Should have said “when your product makes zero cents” for the $0.00

  • @FelipeCampelo0
    @FelipeCampelo0 2 месяца назад

    MF picked up Brazilian bus advertisements memes 😂

  • @matthewdolman
    @matthewdolman 2 месяца назад +4

    Is fireship having a stroke?

  • @lukem121
    @lukem121 2 месяца назад

    Email leak at 0:15 or bait?

    • @oevers
      @oevers 2 месяца назад +1

      where? This is clearly an example, I don't think he owns it.

    • @lukem121
      @lukem121 2 месяца назад

      ​@@oevers Google search the email, he owns it.

  • @user-ml1wj9qf9f
    @user-ml1wj9qf9f Месяц назад

    “dozens of dollars” 😆

  • @neunzothomas5028
    @neunzothomas5028 2 месяца назад

    1st (7th)

  • @Horopter
    @Horopter 2 месяца назад

    Bro... You really need to check your mail. LinkedIn messages and so on.

  • @MrYerak5
    @MrYerak5 2 месяца назад

    Kind of expansive service, I cant see any benifets over other services

  • @eugenefedorov3498
    @eugenefedorov3498 2 месяца назад

    It is not true. I was able to use stripe elements wit js to embed form in to my website 3 years ago.

  • @velkb228
    @velkb228 2 месяца назад

    0:25 Hugs from Brazil ( ͡° ͜ʖ ͡°)

  • @basdfgwe
    @basdfgwe 2 месяца назад

    Feel like stripe has been done to death. It woudl be cool if you do other things like cypto payments, etc...

  • @charleswoodruff9013
    @charleswoodruff9013 2 месяца назад +1

    LOL@dozens of dollars

  • @xsat3
    @xsat3 2 месяца назад

    Life-Hack: If your payment is subscription. You could save token that provide Stripe and take money without user actions😂

  • @yorkshireplumbing
    @yorkshireplumbing 2 месяца назад +2

    Yeah, love to but Stripe cancelled our account for a reason which didn't exist and made no sense. They didn't even change their mind after several appeals, they just continued on with their ludicrous reasoning, so, **** Stripe!

  • @lil_edo
    @lil_edo 2 месяца назад

    Stripe locked my account and held 5k from me. Valid transactions and no disputes. Im with Square now. Fuck Stripe

  • @joaovmlsilva3509
    @joaovmlsilva3509 2 месяца назад

    Laughs in basic data security rights and outside USA payment methods. Apple/Google pay aren't a thing either. We have better decentralized payment methods.

  • @mxpf26
    @mxpf26 2 месяца назад +5

    I don't think there is any case for using this, instead of classic stripe checkout. No classic consumer will stop buying just because of a redirection.