#atilla_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/1308057765217828864
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
proration_behavior="none" means that you don't want us to calculate any proration and thus the customer will pay the whole period
how to make it so there is no invoice at all?
That's not possible I'm afraid. An update will always trigger a new invoice/billing perod
so customer pay for 1 day then i want to chnage to 2 days other product without him paying anything
not always, if its same billing cycle its not triggered
1 day cycle to 1 day cycle is okey, no billing
1 day cylce to 2 day cycles billed for full period (wrong)
so there must be a way
The only way is to pass a trial period to delay the billing period to the date you want, alongside proration_behavior: 'none'
that will do maybe, i will talk with product manager