I am Japanese, and this text was translated using ChatGPT. There might be some inaccuracies, and for that, I apologize.
I’m looking to implement subscriptions using the official Stripe plugin on Bubble, and I’d like to set the subscription period to always start at the beginning of the month and end at the end of the month. For example, even if a user subscribes on April 15th (without the need for prorated charges), I want the subscription to renew on May 1st and then continue to renew on the 1st of every month thereafter. I couldn’t find any settings in Stripe to achieve this, nor could I find a way to specify this behavior in Bubble. Is it possible to customize the subscription period in this manner?
Unfortunately, this feature is not available in the official Bubble Stripe plugin. You should create your own custom integration with the Stripe API. To achieve what you want, you will need to set the “billing_cycle_anchor” value when creating a subscription. Good luck!
1 Like
Thank you for your response. I’ve also arrived at the same method. I’ll give it a try!
Good luck:D!