#brice_subscription-bca
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/1230545077718487152
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ I'm double checking, but I don't think that's possible since setting a trial period causes the billing cycle anchor to get aligned to the end of the trial period.
That's what it feels like. Do you have any suggestions for how I can get the desired result? Somehow provide a trial and also align the billing cycle with the first of the month?
Yeah, that's an expected limitation with the current support for billing cycle anchor through Checkout Sessions:
https://docs.stripe.com/payments/checkout/billing-cycle#limitations
Hm, it won't be easy, but let me think through options.
I believe I can do this if I just don't use checkout sessions.
I think so. With Checkout Sessions you'd like need to create just a Subscription with a trial, then have a webhook listenner that quickly makes changes to the Subscription once it's created. Likely using a Subscription Schedule to queue those changes so they happen in the future.
Ok! I'll mull over my options. Thanks for your help
Any time!