#shakilkhan496_api
1 messages Ā· Page 1 of 1 (latest)
š Welcome to your new thread!
ā²ļø We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
ā±ļø We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
š This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1233412441808044082
š Have more to share? Add more details, code, screenshots, videos, etc. below.
I need to integrate stripe to my website with the following payment model: Tier 1, Pay per minute users (normal metered billing): Pay per minute: ā¬0.13 per minute Tier 2, Premium users (subscription and metered billing): Price: ā¬50 per month Includes 200 minutes of streaming per month After 200 minutes: ā¬0.10 per minute My website is build with node & react .
Recommend reading https://docs.stripe.com/products-prices/pricing-models
I need guidance about how I can track the number of minutes my user is using and how stripe will know so it can cut the amount for per minute
Tracking the number of minutes the user is using would need to be completely done on your end. You'd report this usage to stripe like so: https://docs.stripe.com/billing/subscriptions/usage-based/recording-usage
It is quite difficult.
Can you give me step by step guidance please if you have time so I can follow and work , there is also no detailed video on this type of integration
Hi š jumping in as my teammate needs to step away soon. No, we can't provide guidance on how you should track usage on your end, we aren't familiar with your landscape. Please let me know if I seem to have misunderstood what you were asking about.
Okay
I need to integrate stripe to my website with the following payment model: Tier 1, Pay per minute users (normal metered billing): Pay per minute: ā¬0.13 per minute Tier 2, Premium users (subscription and metered billing): Price: ā¬50 per month Includes 200 minutes of streaming per month After 200 minutes: ā¬0.10 per minute My website is build with node & react .