Stripe Payment Integration in React Native | Deep Dive Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 50

  • @isobe69
    @isobe69 2 ปีที่แล้ว +2

    Thank you Atharva! I am totally new to using Stripe, but your tutorial helped me a lot to start off.
    By the way, for those who gets network request error, try to replace "localhost" with your actual local IP address.
    It worked for me :)

  • @dong_spain
    @dong_spain 2 ปีที่แล้ว

    This guy is the ray of sunshine!

  • @bleedingtitan1
    @bleedingtitan1 2 ปีที่แล้ว

    It was osm video, will be really helpful. Thanks a lot!!!!

  • @vanshshah7781
    @vanshshah7781 ปีที่แล้ว

    Thank you. Great Explanation

  • @maazahmed6701
    @maazahmed6701 2 ปีที่แล้ว

    Awesome tutorial , your video also covered the UI aspect that really great

  • @cooledits95
    @cooledits95 ปีที่แล้ว

    I Will be really thankful

  • @vinayaggarwal648
    @vinayaggarwal648 2 ปีที่แล้ว +1

    Sir I am getting the Network request failed error... Sir I have searched the error on google and changed the localhost by my IP Address but after changing I cant see any error or message in VS code.... I stuck on this for 2 days and I seriously need your help I would be glad if help me out from this issue... thank you sir.

  • @yakimov2011
    @yakimov2011 ปีที่แล้ว

    Thank you for the awesome video!

  • @LevelUp3646
    @LevelUp3646 ปีที่แล้ว

    you are life saver man

  • @ShalawFatah
    @ShalawFatah ปีที่แล้ว

    I wonder if this works for subscription? I mean it seems like a one-time pay and it does not include "recurring" anywhere I check? I'm new to Stripe.

  • @princewillchizaram8447
    @princewillchizaram8447 ปีที่แล้ว

    pls how do i use heroko plssss

  • @abilioscoelho
    @abilioscoelho 2 ปีที่แล้ว

    You can change the language to PT-BR from CardForm?

  • @dharasapariya1577
    @dharasapariya1577 ปีที่แล้ว

    stripe account payment screen receive log ?I'm not getting this ? how to get?

  • @aminseraji9389
    @aminseraji9389 2 ปีที่แล้ว

    Thank you for your great tutorial. But this was not a subscription but one time payment. How should I do the subscription?

  • @shivamkumar-qp1jm
    @shivamkumar-qp1jm ปีที่แล้ว

    Try to create an application like a monthly subscription yearly subscription react native

  • @AnilKumar-ql1pf
    @AnilKumar-ql1pf 2 ปีที่แล้ว

    how to UPI and wallet payments using stripe?

  • @livandiaz6425
    @livandiaz6425 ปีที่แล้ว

    Hi, I get this error (SyntaxError: JSON Parse error: Unrecognized token '

  • @shaheershah1517
    @shaheershah1517 9 หลายเดือนก่อน

    Why it is showing network failed error ???

  • @zqgAFf
    @zqgAFf ปีที่แล้ว

    Thank u so much I noticed it’s been one year I am not sure if it still work let’s see😊

    • @AtharvaDeosthale
      @AtharvaDeosthale  ปีที่แล้ว

      Did it work?

    • @zqgAFf
      @zqgAFf ปีที่แล้ว

      @@AtharvaDeosthale it worked finally something is wrong in my side about connections between frontend and backend and always fails generating payment intent screct

  • @rog0079
    @rog0079 2 ปีที่แล้ว

    Hey, great tutorial, a question, can we implement UPI payment using strip? is it possible? please reply!

  • @SensualChronicles-bk6kk
    @SensualChronicles-bk6kk ปีที่แล้ว

    Help me please, i did everything and i got an error
    Android Bundling complete 9902ms
    Android Running app on sdk_gphone_x86_64
    Network request failed
    at node_modules\whatwg-fetch\dist\fetch.umd.js:null in setTimeout$argument_0
    at node_modules
    eact-native\Libraries\Core\Timers\JSTimers.js:null in _allocateCallback$argument_0
    - ... 7 more stack frames from framework internals

  • @cooledits95
    @cooledits95 ปีที่แล้ว

    Atharwa sir I'm getting network request failed kindly tell the solution please

  • @divyasingh6981
    @divyasingh6981 ปีที่แล้ว

    Thanks ❤️

  • @ItsViswaa
    @ItsViswaa 2 ปีที่แล้ว

    Thanks bro for the detailed explanation. Can we use this backend server just as it is? or do we need any real apis from backend before pushing the app to live? I am asking if this is it?!

    • @AtharvaDeosthale
      @AtharvaDeosthale  2 ปีที่แล้ว +1

      That entirely depends upon the structure you have in your organisation. If you want something simple, you can just use this along with Stripe webhook listener in the backend to verify transaction and mark as paid in the database.

  • @le4ndros4nt0s
    @le4ndros4nt0s 2 ปีที่แล้ว

    youre an angel bro, thanks very much +1 subers

  • @abilioscoelho
    @abilioscoelho 2 ปีที่แล้ว

    Ótima explicação, 10000 likes!

  • @mohamedamaan133
    @mohamedamaan133 ปีที่แล้ว

    i am facing an error in after enter subscribe button "merchantDisplayName cannot be empty or null

    • @siddiqueahmad4982
      @siddiqueahmad4982 8 หลายเดือนก่อน

      Do you have any solution of this?

  • @scorpiondev
    @scorpiondev 2 ปีที่แล้ว

    thank you for the freat implementation ! awesome! I'm running this on my ios , but my team is working on android and they have this issue = (Merchant display name cannot be an empty string) , when they intent to implement the payment on local or heroku , you know about that? thanks

    • @AtharvaDeosthale
      @AtharvaDeosthale  2 ปีที่แล้ว +1

      Thank you! About your issue - you need to have merchantDisplayName in the properties of initPaymentSheet. I primarily use iOS so I never saw this issue, but I found out the solution for you. See this URL for more details - stackoverflow.com/questions/69824403/stripe-react-native-merchant-display-name-cannot-be-an-empty-string

    • @adilrazak9664
      @adilrazak9664 ปีที่แล้ว

      @scorpiondev have you fixed this? Im facing same error. Pls help me

    • @adilrazak9664
      @adilrazak9664 ปีที่แล้ว

      ​@@AtharvaDeosthale bro where should we implement this lines really?

  • @sandipmori4556
    @sandipmori4556 2 ปีที่แล้ว +2

    Network request failed

    • @cooledits95
      @cooledits95 ปีที่แล้ว

      Brother did u resolved the issue network request failed

    • @cooledits95
      @cooledits95 ปีที่แล้ว

      I'm still not able to resolve network request failed kindly tell solution

    • @cooledits95
      @cooledits95 ปีที่แล้ว

      Please help me

  • @ahmedsaeed6806
    @ahmedsaeed6806 2 ปีที่แล้ว

    Hey! Is making server mandatory?
    can we use client/mobile to make a payment to stipe?

    • @AtharvaDeosthale
      @AtharvaDeosthale  2 ปีที่แล้ว +1

      Making a server is mandatory. There are other methods which are based on normal links, but they are not as reliable and not dynamic enough to automate payment processing. However, you can create the same server in other language, for example, Python, if you want by following the Stripe documentation.

  • @m.tufailalichaudhary1218
    @m.tufailalichaudhary1218 2 ปีที่แล้ว

    Thank you sir

  • @aashutoshbansal5977
    @aashutoshbansal5977 2 ปีที่แล้ว

    thanks bro

  • @horimiyarawstyle
    @horimiyarawstyle 11 หลายเดือนก่อน

    How did you configurate urlReturn on initPaymentSheet? This is not explained at full, no like

  • @arupde6320
    @arupde6320 2 ปีที่แล้ว

    be regular . channel growth chahiye ki nahi ??