Universal Full-Stack Expo Stripe Payment Integration | Tutorial

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

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

  • @chillydill4703
    @chillydill4703 4 дня назад

    Yes finally! Now we just need a part 2 for subscriptions :)

  • @dev.j255
    @dev.j255 Месяц назад +5

    Finally a stripe tutorial

  • @rickmotta
    @rickmotta 5 дней назад

    Yes, a follow-up please! 🎉🙌(Hosting API routes)

  • @karelricardo9846
    @karelricardo9846 Месяц назад +5

    Would be nice to see an example of TAP TO PAY integration expo + stripe 😌

  • @mycloudvip
    @mycloudvip Месяц назад +1

    Kindly expand the video to cover subscriptions. Thanks Beto!

  • @ThibaultAlexandre-s7q
    @ThibaultAlexandre-s7q 21 день назад

    Thank you so much 🙏

  • @3nth
    @3nth Месяц назад

    Nice!!. Can you guys do a video on supabase?

  • @adilsayed9110
    @adilsayed9110 14 дней назад

    Is it recommended to use the api routes for the production apps as of now?

  • @jadbennouna2182
    @jadbennouna2182 14 дней назад

    Why do I need to install all stripe dependencies since expo Doc only says to install @stripe/stripe-react-native ?

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

    If you're developing locally, do you need to conditionally set your local host as your origin?

  • @jhmesseroux
    @jhmesseroux 24 дня назад

    Can i use it to receive donation on IOS ? they just rejected my app for adding a link to a donation page in my website , with this option i will not have any problem ?

  • @MrAvelino2010
    @MrAvelino2010 25 дней назад

    Alberto Moedano you are now a member of Expo Team I would like to suggest that you provide a plugin to transform Expo info pwa

  • @ErickFigueroaCastillo
    @ErickFigueroaCastillo 29 дней назад

    How can I add my company logo to the Apple Pay payment sheet, along with the product price and Pay button?

  • @SandeepSingh-jm1lv
    @SandeepSingh-jm1lv Месяц назад

    Amazing video ❤. Please make a video for google pay also.

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

    In the stripe docs they specify that for iOS you have to handle the returnUrl with const { handleURLCallback } = useStripe(); in the root of your app
    In the video you don't use it because of expo-router ?
    I'm a bit confused
    Great video !

  • @DavitAbulashvili
    @DavitAbulashvili 29 дней назад

    If I do subscription this way, does it mean I am avoiding paying store fee completely?

  • @itzhakira9797
    @itzhakira9797 10 дней назад

    how is stripe payment processing allowed by apple? I thought you can only use the Apple IAP API to process payments on iOS?

  • @shaswatdev-k1j
    @shaswatdev-k1j 23 дня назад

    I am getting the error 'Unable to resolve module ../../Utilities/platform' even after adding all the files needed for the web build and changing the import in index.tsx
    It seems always the .native version of the checkout-form & stripe-provider is run even on 'npx expo start --web'.
    I am stuck with this , how to resolve this ?

    • @walterairs
      @walterairs 9 дней назад

      Check wheter ur exports are done correctly

  • @realatok
    @realatok Месяц назад +1

    24:31 thousands Cents are one Dollar? 😅😂

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

    just to be sure, that's supposed to NOT be for in-app purchases. right?

    • @realatok
      @realatok Месяц назад +1

      It CAN be for Special purposes, e.g. App Review guidelines 3.1.3(d)

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

      No

  • @alexlevy00
    @alexlevy00 29 дней назад

    merci bcp

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

    This will reject apps on both platforms, if I'm not wrong. It's better to take users out of the app with external links and ask them to pay there

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

      Could work for an e-commerce but not for digital goods or services

  • @royz_1
    @royz_1 Месяц назад +1

    This is completely useless for ios right? Btw love the videos you make!

    • @ekponoambrose1909
      @ekponoambrose1909 Месяц назад +4

      so true. After I implemented Stripe into my application, it was rejected because I am not using their in-app purchase

    • @joseito.terence
      @joseito.terence Месяц назад

      Yup! That app will be rejected in first submission attempt.

    • @FelipeKrein1
      @FelipeKrein1 Месяц назад +3

      Could work for an e-commerce but not for digital goods or services

    • @ATageH
      @ATageH 22 дня назад

      @@FelipeKrein1 Isn't it the other way around?