GREAT INFORMATION, however your teaching skills need to be improved in order to get your information across to people in a clear and concise message, otherwise your time and effort in producing this information and the time and effort of your viewers is wasted. I understand the concept of what you were talking about but was really unable to follow you at all as to your implementation of this process.
Hey, I dont see why not. You can create custom plans/subscriptions/invoices in app (not predefined on the site) I dont have exact specifics of what you want to do but shitty example incoming: They want to pay/sub they send the intent to your api where you usually just put the plan id/sub id you before hand defined in the stripe dashboard. Instead you can create a custom plan that can be based on info you fetch from DynamoDB/usage info of s3. Info on creating your own plans with code: stripe.com/docs/api/plans/create
@@vuka951 Hey Vuka, Thank you! I will look forward to the Shitty Example Lol! an follow your instructions... What i'm doing is based on how many objects are uploaded by user into S3, and based on their upload, stripe api will meter their number of uploads and bill them. And thank you for the subscription video cuz i'm using that as well to have user subscribe to service 1st.
GREAT INFORMATION, however your teaching skills need to be improved in order to get your information across to people in a clear and concise message, otherwise your time and effort in producing this information and the time and effort of your viewers is wasted. I understand the concept of what you were talking about but was really unable to follow you at all as to your implementation of this process.
All good but please do zoom your screen because some users has eyesight issues they do not see this small screen!
zoom in the code for better visibility
Exactly 😭
it's much better if you scale your applications up. we can barely read the text in a 19 inch monitor full screen.
how do we open portal like you do?
how to deploy to production without using ngrok?
tysm absoulutely perfect video.
it is possible this to use for pern stack?
Vuka, Thank you for this video! How would you implement an s3 upload from the end user after receiving a successful payment from stripe?
Is using both return value from stripe and updating my backend + using webhooks as a redundant a good solution?
can you make a video about coupon ?
Sure, might do it in a bit
Hey Vuka, would it be possible for you to make Stripe metered billing, with aws user info in DynamoDB and for metering the usage of s3?
Hey, I dont see why not.
You can create custom plans/subscriptions/invoices in app (not predefined on the site)
I dont have exact specifics of what you want to do but shitty example incoming:
They want to pay/sub they send the intent to your api where you usually just put the plan id/sub id you before hand defined in the stripe dashboard.
Instead you can create a custom plan that can be based on info you fetch from DynamoDB/usage info of s3.
Info on creating your own plans with code: stripe.com/docs/api/plans/create
@@vuka951 Hey Vuka, Thank you! I will look forward to the Shitty Example Lol! an follow your instructions... What i'm doing is based on how many objects are uploaded by user into S3, and based on their upload, stripe api will meter their number of uploads and bill them. And thank you for the subscription video cuz i'm using that as well to have user subscribe to service 1st.