#ashtray-wasp_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/1374337058545467403
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hmm, using a trial period should move the billing_cycle_anchor. You'd need to add N days where N is the number of days between now and 6/25
(or just set trial_end to the exact timestamp you want to 'unpause')
This didn't work as expected. The request ID: req_DyxWbYghMaF74e I added 5 trial days and got a $0.00 invoice at the start of the trial, and a $100 invoice at the end of the trial.
hi! I'm taking over this thread.
Well yes a trial period will generate a $0 amount invoice for the period
Okay, I can live with that. But the $100 invoice at the end of the trial is not what I want
What amount do you want to invoice at the end? It's $100 because that is the total of the items on the subscription
I want to pause a subscription and move the end of the current billing period by adding the number of the trial days to it. For example, today is May 20th, my monthly billed subscription's next invoice is on June 15th. I want to "pause" the subscription for 10 days, and I figured out I can use trial days for this. I also want to move the end of the current billing period by the number of trial days, so June 15th + 10 days = June 25th. And after that I want the subscription to go on normally, that is the billing days are July 25th, August 25th and so on.
So you basically want a free trial between may 20th and June 25th. and on June 25th, the trial end, and a new billing cycle start with the regular price.
Hmm, kind of. I'm thinking of using the trialing status as a way of indicating the "Pause", and this way I'm losing this information. But maybe I could use metadata for this?
yep, metadata could help with this