#ollieprentice_api

1 messages · Page 1 of 1 (latest)

compact nymphBOT
#

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

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

restive anvilBOT
plucky karma
#

Hey there, is the up front price the same as the recurring payment, or a different amount?

pulsar elm
#

Hey, yeah it's the same

plucky karma
#

ok thanks, give me a few minutes to confirm what i think you need here

compact nymphBOT
plucky karma
#

This is proving more challenging than expected -- what I wanted to do isn't working like I expect

#

So with prorations disabled, setting the billing cycle anchor to june 1, for example, with 3-mo recurring prices, leads to a 0$ first payment.
I think instead you should allow that first payment to be prorated. It will make less sense to charge the "full amount" as you get close to june 1. Would you charge the full amount on May 25th, too?

pulsar elm
#

Thanks for the help. Because my product is intended to be delivered every solstice and equinox I need to fix the billing on these months.

I will be blocking customers from ordering 1 month before a bill date, directing them to a wait list.

I’ll look into those docs, thanks. Another idea I’ve just thought of but not yet tried is to submit the one time payment and then create the subscription on success.

Ultimately though, if stripe checkout allowed me to have that one time item, whilst setting proration_behaviour to none, I could achieve what I wanted with one action.