#GusMan

1 messages · Page 1 of 1 (latest)

gloomy shardBOT
clever heron
#

Hi 👋 do you have a question about a specific line of code? Any question specifically?

dull jetty
#

i need to create pay monthly subscription plan + extraFees
how to handle that ?
invoices not working for me

clever heron
#

Can you be more explicit? What's not working?

dull jetty
#

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

clever heron
#

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.

dull jetty
#

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

clever heron