How stripe subscriptions work

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 45

  • @shivShaktitech
    @shivShaktitech 3 роки тому +2

    hi the subscriptions are possible even using UPI payments or what does strip support upi payments for subscription if yes how do i accomplish this please guide me boss

    • @TalentedDeveloper
      @TalentedDeveloper  3 роки тому

      hi, i am not sure about UPI in stripe.
      Please check stripe documents

  • @SahilKhan-s5o9v
    @SahilKhan-s5o9v 10 місяців тому

    where this subscriptions(recurring)payments delivered its going to the stripe or it will delivered in my bank account and how much days the amount will be hold from the stripe or they will charged any fees for that

    • @TalentedDeveloper
      @TalentedDeveloper  10 місяців тому

      It will delivered to your stripe account ( stripe.com/docs/billing/subscriptions/overview).
      It will take 5-7 days to reach your bank account. Please check stripe.com/docs/payouts#:~:text=Typically%2C%20when%20you%20start%20processing,operation%20or%20industry%20risk%20level.

  • @tahirmahmoodhashmi4457
    @tahirmahmoodhashmi4457 2 роки тому

    Very Helpfull, Nice Explain, Thanks.

  • @chandrashekharneupane2464
    @chandrashekharneupane2464 3 роки тому +1

    cool brother, waiting for other videos too

  • @raw_humour
    @raw_humour 4 роки тому +3

    Nice informative video, would like to see more on stripe payments

    • @TalentedDeveloper
      @TalentedDeveloper  4 роки тому

      Thank you.
      Already having more than 20+ videos.
      Check here :
      Stripe with Java: ua-cam.com/play/PLyzY2l387AlPlX5gKQU9SRExGsu0NGW2X.html

    • @raw_humour
      @raw_humour 4 роки тому +1

      Will check definitely, I need to implement subscription for customers with discount using stripe coupons in RoR.

    • @TalentedDeveloper
      @TalentedDeveloper  4 роки тому

      you have to create a coupon, then during payment need to provide that coupon

    • @somnathpatel4588
      @somnathpatel4588 2 роки тому

      Hi , I have a query. Can i ask you ?

  • @rakeshmali1727
    @rakeshmali1727 4 роки тому +1

    Stripe doesn't allow to manually input ID for pricing plan now?

  • @williamscott3673
    @williamscott3673 3 роки тому +1

    This was very helpful. Thank you. 👍

  • @jaza7613
    @jaza7613 3 роки тому

    Very helpful. Thank you for the explanations.

  • @naveensaini1618
    @naveensaini1618 4 роки тому +1

    Hi I want to make a membership site using stripe and nodejs. in which if the user take subscription after that he will use the paid features of site. and if his subscription period is ended then he will not use these paid features again up to his next subscription. Also, user subscription starts after a week free trial. can you help me to integrate this

    • @TalentedDeveloper
      @TalentedDeveloper  4 роки тому +3

      Hi,
      you have to create a product with the pricing plan and on that you can add the trail period also.
      So according to me, just create a login page. after successfully login just check that user have activated their subscription or not. If not then redirect to activate subscription page or else allow him to use your services.
      You can create product with plan using stripe dashboard or stripe API.
      once you have created then you need to call the subscription API, pass the plan id, customer details. In between you can charge the customer also. If payment will be successful then activate the subscription.

    • @naveensaini1618
      @naveensaini1618 4 роки тому +1

      @@TalentedDeveloper thanks, I will try and confirm you

    • @TalentedDeveloper
      @TalentedDeveloper  4 роки тому +1

      great

    • @AnytimeSoccerTraining
      @AnytimeSoccerTraining 4 роки тому +1

      @@TalentedDeveloper what about freemium? Do you create the product and make the price zero?

    • @TalentedDeveloper
      @TalentedDeveloper  4 роки тому

      what is freemium?
      you can create any product and give trail period.
      or create a product of 5 dollar and also create a coupon for 5 dollar.
      Or try to create a product but make price as a 0 and try , i have not created like that

  • @samas69420
    @samas69420 3 роки тому +1

    can a subscription have more than one customer?

    • @TalentedDeveloper
      @TalentedDeveloper  3 роки тому

      yes why not. you need to create a subscription plan and need to link with the customers.

    • @samas69420
      @samas69420 3 роки тому +1

      @@TalentedDeveloper thank you for the fast answer, but if i use a plan then how can i retrieve informations about every customer? i'm reading api and there is no a customers list or something like that into a "plan"

    • @TalentedDeveloper
      @TalentedDeveloper  3 роки тому

      I think there will be an API for get plan details. And it will hold the customers id also. I need to also check

    • @samas69420
      @samas69420 3 роки тому +1

      @@TalentedDeveloper ok, if u find something interesting i would be grateful if you tell me because im trying but I cant find what i'm searching for

    • @TalentedDeveloper
      @TalentedDeveloper  3 роки тому

      sure

  • @lVlurF
    @lVlurF 2 роки тому +1

    If only the documentation of these big payment apis gave a damn about understanding how it works as opposed to just listing things and giving dumbed down guides...
    Thank you for this.

  • @jefferylim1621
    @jefferylim1621 3 роки тому

    Will be subscription fee automatically charge on my client from their credit card , if their subscription ended ??

  • @beautifularabic5886
    @beautifularabic5886 3 роки тому +1

    Thanks a lot!

  • @iamanishkumar
    @iamanishkumar 3 роки тому +2

    views and subscribers are the same
    nice tutorial

  • @walysongo7925
    @walysongo7925 3 роки тому +1

    Code git?