#keystoenchancia_api

1 messages ¡ Page 1 of 1 (latest)

dusk chasmBOT
#

👋 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/1343555641511247916

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

raw folio
forest juniper
raw folio
#

req_wv7Q264xSs9dS7

forest juniper
raw folio
#

would the billing_cycle_anchor_config work here instead?

#

Or would the better option be to schedule a job for Aug 1 that updates all subscriptions to 'now' on Aug 1?

forest juniper
raw folio
#

checkout sessions are being created by a plugin, not myself

#

so the membership plug-in on our website hands over to stripe for payment processing so members (subscribers) can create a memebership(subscription) when they want

forest juniper
#

i.e. create and attach the schedule with the desired phases post subscription creation

#

But it's kinda weird that your checkout page would state recurring billing on X date and then you just change it unbeknownst to the customer

raw folio
#

so in this case, checkout completes, backdate the start date and then the subscription is anckored to august fist

raw folio
forest juniper
raw folio
forest juniper
#

Cool, just saying that I think it's weird personally

#

Maybe your best option is to speak to the plugin author and ask them to support configuring the billing cycle anchor

#

Although that would prorate the initial amount which isn't what you want

raw folio
#

trying to low/no cost everything so it doesn't have a lot goign for it

#

so is this about using phases as a schedule?

forest juniper
#

Yes you'd configure a new schedule frrom the existing subscription, and add a 2nd phase that starts on 1/8/26

raw folio
#

gotcha, ok - this has been very helpfu, thanks

forest juniper
#

Let me know if you run into issues with that