#GusMan
1 messages · Page 1 of 1 (latest)
Hi 👋 do you have a question about a specific line of code? Any question specifically?
i need to create pay monthly subscription plan + extraFees
how to handle that ?
invoices not working for me
Can you be more explicit? What's not working?
The code is creating subscription,
Now i need to control the monthly billing price, so that i can make it 50% for users or add extra cost on the invoice plan price
I think it would be helpful if you wrote up a step-by-step explanation of what you're trying to do. It sounds like you want to do different things for different customers, so I would recommend tackling one of these things at a time. Please try to be more specific. It's very hard to infer what you are wanting to achieve.
i've created subscription with customer that gives a trial_end at last day of the month,
after that i want to control payments of monthly subscription for the user so that i can to add fees monthly according to my app usage
You may want to look into metered billing if you're tracking usage of your app and want to represent that in the subscription: https://stripe.com/docs/billing/subscriptions/usage-based