Integrating Stripe Payments in your E-commerce React Native App

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • In this video, I will walk you through the process of integrating Stripe Payments into your E-commerce React Native App. By the end of this video, you'll have a solid understanding of how to use Stripe to process payments in your React Native E-commerce app and be well on your way to creating a seamless payment experience for your customers.
    ✨ Follow the step-by-step guide here: www.notjust.de...
    ⌨️ Get the source code here:
    github.com/not...
    github.com/not...
    💻 Get the Asset Bundle here: assets.notjust...
    This build includes a lot of tools & technologies, and it's a great opportunity to learn:
    - How to implement payments in React Native
    - How to integrate Stripe in React Native
    📚 Enroll NOW in The Full-Stack Mobile Developer course and don’t miss out on your chance to become a 6-figure dev in 2023! Check out what our successful students are saying about their experience:
    academy.notjus...
    💬 Join the notJust Development gang and let's build together:
    Twitter: / vadimnotjustdev
    Instagram: / vadimnotjustdev
    Facebook: / notjustdev
    LinkedIn: / vadimsavin
    Discord: / discord
    Timecodes:
    Disclaimer: This build is for educational purposes only!! All views, opinions, and technology choices expressed in this video are my own and do not represent the views, opinions, or technology choices of any entity whatsoever with which I have been, am now, or will be affiliated.
    #notjustdev #payments #reactnative

Komentáře • 64

  • @notjustdev
    @notjustdev  Před rokem +2

    📚 Enroll NOW in The Full-Stack Mobile Developer course and don’t miss out on your chance to become a 6-figure dev in 2023! Check out what our successful students are saying about their experience:
    academy.notjust.dev

    • @danieruandres1378
      @danieruandres1378 Před 11 měsíci

      hello, there are two moments, one where you use react node.js and stripe and the other where you only use react and stripe? if so, what is the difference?

  • @ntindaSnyper
    @ntindaSnyper Před rokem +2

    Thank you for selecting Stripe for the demo!

  • @user-bp2yn5gv3b
    @user-bp2yn5gv3b Před rokem +2

    Thank you so much for this!!! Question - how do I add saving card to use for future payments?

  • @AllahomAnsorGaza
    @AllahomAnsorGaza Před 19 dny

    please something about
    deep linking by firebase and expo
    because no one explain it
    also use this for referral program
    thank you

  • @edge0601
    @edge0601 Před 3 měsíci

    It Good you are using a flow diagram for API layouts

  • @osmanbaskaya7400
    @osmanbaskaya7400 Před měsícem

    Hi. This is great, thanks. I just wanna confirm that this payment method won't work for subscriptions/in-app purchases because of the terms of Apple and Google, right? I don't think you gave that disclaimer (as you're "selling" a physical object, not digital content that can work for the app itself); that is why I wanted to confirm.

  • @M_Danish_724
    @M_Danish_724 Před 2 měsíci

    how to add checkbox for saving card?

  • @MIbrahimHayat
    @MIbrahimHayat Před 6 dny

    Thanks dear however im working on php but this video helped me a lot.

  • @998sani
    @998sani Před 3 měsíci

    payment sh*t lol. great video one day when my app takes off it will be because of your great teaching

    • @notjustdev
      @notjustdev  Před 3 měsíci

      Thank you! You can do it 🚀

  • @muhammadarsalanhussain3924
    @muhammadarsalanhussain3924 Před 11 měsíci +1

    Hello! Great video! I was wondering how this process would differ if we had our database in firebase instead of on a backend server. Is there anyway we can use a firebase cloud function of some sort to get this same functionality rather than running a new server?

  • @joshbleijenberg4000
    @joshbleijenberg4000 Před 4 měsíci

    Can you also use Stripe for subscription based apps? And how does that Work with the 30 percent fee for Apple for example

  • @sunnysingha1154
    @sunnysingha1154 Před 6 měsíci

    Nice content❤..love to wtch ur projects bro❤️🇮🇳..but cn u plzz increase the keyboard typng sounds in vid coz it makes the vid more satisfying to watch😁

    • @notjustdev
      @notjustdev  Před 6 měsíci +1

      Hahahaha, that's a good one. Love a mechanical keyboard 😁

  • @JokeryEU
    @JokeryEU Před rokem +3

    why not show a more complex set up for payments, like sending the product to stripe to show the final cart products, taxes. Also you should always check the price to be the same as in db. because user can alter the product price before sending to the backend because you have no check

  • @akinjidesleek
    @akinjidesleek Před rokem +1

    when does that payment intent succeed, when you call the payment intent api, or after you submit your card details in the stripe SDK?

  • @socialapp3231
    @socialapp3231 Před rokem

    This is such a great tutorial! Thank you. => A tutorial for person to person transactions allowing people to create a open marketplace is an additional tutorial suggestion :).

  • @user-vo3yr1uv2f
    @user-vo3yr1uv2f Před rokem

    Thanks for the video, kindly make a video on integrating FreshChat for android and ios. Eagerly waiting for the video @notJust..dev

  • @aditsoni9720
    @aditsoni9720 Před 9 měsíci

    How can this be done with react native apps using a checkout session ? Not able to find any thing related to that topic

  • @softtechtutor
    @softtechtutor Před rokem

    Good day, thank u for all ur videos, they have been very helpful. u promise to make a video on how to integrate d user login and registration authentication with d back end, in other to have a fully functional login and registration authentication system.

  • @user-gv8ck6je5c
    @user-gv8ck6je5c Před 10 měsíci

    How to make payments without PresentPaymentSheet when the user purchases second time? I want my payment to be seamless with one click

  • @Mustafa-mr3ko
    @Mustafa-mr3ko Před rokem

    Is there any video how to take payment using Stripe M2 terminal reader?

  • @tube-rp1nb
    @tube-rp1nb Před 5 měsíci

    it is good tutorial. but you didn't update the database on the backend if the payment is completed or not. the create order part is open for who ever has the api . you need to see that. with this don't go to production

  • @zorro1rr
    @zorro1rr Před 2 měsíci

    Great Video, very helpful!

    • @notjustdev
      @notjustdev  Před 2 měsíci

      Thanks! I'm glad you found it helpful 🙌

  • @danieruandres1378
    @danieruandres1378 Před 11 měsíci

    hello, there are two moments, one where you use react node.js and stripe and the other where you only use react and stripe? if so, what is the difference?

  • @user-qc1cn4dl8q
    @user-qc1cn4dl8q Před 3 měsíci

    thank you, so much!

  • @kissmeifyouloveme5983

    Why react native fs couldn't read files from storage on android 11 and above? Please someone help me

  • @kutinaorlando6770
    @kutinaorlando6770 Před rokem

    awesome content as always.😍

  • @kewlkeat
    @kewlkeat Před rokem

    what if i am not using expo. my whole app is on RN

  • @1TComedy
    @1TComedy Před 10 měsíci

    How to integrate Phone Pe Payment Gateway in the React Native

  • @RogerDOdipo
    @RogerDOdipo Před 7 měsíci

    You are a lifesaver

  • @PawanYadav-yn9cg
    @PawanYadav-yn9cg Před 6 měsíci

    How to order products withoutgetting authenticated

  • @nat.serrano
    @nat.serrano Před 5 měsíci

    will this work for an expo react native WEB APP?

  • @ShubhamAggarwal-yz7pf
    @ShubhamAggarwal-yz7pf Před 7 měsíci

    Can we follow this process for React native CLI Also??

    • @notjustdev
      @notjustdev  Před 6 měsíci +1

      Yes, it's a similar process

  • @yehanjayasooriya65
    @yehanjayasooriya65 Před rokem

    Thank you sir.

    • @danieruandres1378
      @danieruandres1378 Před 11 měsíci

      hello, there are two moments, one where you use react node.js and stripe and the other where you only use react and stripe? if so, what is the difference?

  • @vitaliynosov
    @vitaliynosov Před rokem +1

    Спасибо!

  • @chairilashar7022
    @chairilashar7022 Před rokem

    I request the react native project for employee attendance, I really support your channel

  • @sammas533
    @sammas533 Před rokem +1

    The fact he pronounces "shit" instead of "sheet" is funny.

  • @meetmehta2730
    @meetmehta2730 Před rokem

    frontend side starts on 24:32

    • @danieruandres1378
      @danieruandres1378 Před 11 měsíci

      hello, there are two moments, one where you use react node.js and stripe and the other where you only use react and stripe? if so, what is the difference?

  • @horimiyarawstyle
    @horimiyarawstyle Před 11 měsíci

    Nooo! why expo!!, make one with RN CLI

  • @jopadjr
    @jopadjr Před rokem

    105th...Thanks

  • @ismailgrira7924
    @ismailgrira7924 Před rokem

    dude payment ain't no shit 😂
    thanks tho, don't mind me i'm just kiddin'

  • @techomaxx
    @techomaxx Před rokem

    i have a biggest confusion which one is batter react native or flutter..
    solve it..

    • @beshoysoliman2331
      @beshoysoliman2331 Před rokem +1

      Both are good, if you’re familiar with react go with react native if you’re more familiar with object orianted languages like java go for flutter

    • @techomaxx
      @techomaxx Před rokem

      @@beshoysoliman2331 but I'm freshers then what I choose

    • @beshoysoliman2331
      @beshoysoliman2331 Před rokem

      @@techomaxx if fresher in my opinion flutter because it’s community is growing so your skill be more valuable

    • @techomaxx
      @techomaxx Před rokem +1

      @@beshoysoliman2331 thank you bro

  • @manooj8502
    @manooj8502 Před 5 měsíci

    lot of love bro

  • @ShalawFatah
    @ShalawFatah Před rokem

    If the product has a recurring payment (subscription), do we use the same way @notjustdev ?

    • @notjustdev
      @notjustdev  Před rokem

      For that, you have to use In App Subscriptions. Apple and google take a 30% cut

    • @matkomilic8382
      @matkomilic8382 Před 5 měsíci

      cant i use subscriptions with stripe if i DONT use digital products (subscription is for people in my app to get real food like oil, beans, other stuff) @@notjustdev

    • @matkomilic8382
      @matkomilic8382 Před 5 měsíci

      not true, depends on type of products@@notjustdev