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
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
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.
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
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.
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
@@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"
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.
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
hi, i am not sure about UPI in stripe.
Please check stripe documents
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
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.
Very Helpfull, Nice Explain, Thanks.
most welcome, Thanks
cool brother, waiting for other videos too
Thanks, Coming soon
Nice informative video, would like to see more on stripe payments
Thank you.
Already having more than 20+ videos.
Check here :
Stripe with Java: ua-cam.com/play/PLyzY2l387AlPlX5gKQU9SRExGsu0NGW2X.html
Will check definitely, I need to implement subscription for customers with discount using stripe coupons in RoR.
you have to create a coupon, then during payment need to provide that coupon
Hi , I have a query. Can i ask you ?
Stripe doesn't allow to manually input ID for pricing plan now?
I also need to check,may be they have updated
This was very helpful. Thank you. 👍
Glad it was helpful!
Very helpful. Thank you for the explanations.
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
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.
@@TalentedDeveloper thanks, I will try and confirm you
great
@@TalentedDeveloper what about freemium? Do you create the product and make the price zero?
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
can a subscription have more than one customer?
yes why not. you need to create a subscription plan and need to link with the customers.
@@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"
I think there will be an API for get plan details. And it will hold the customers id also. I need to also check
@@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
sure
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.
most welcome
Will be subscription fee automatically charge on my client from their credit card , if their subscription ended ??
i think no
Thanks a lot!
most welcome
views and subscribers are the same
nice tutorial
hmmm... steady and slow progressing
Code git?
check description please