#deadshot7814-future-sub

1 messages · Page 1 of 1 (latest)

abstract ploverBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

silent fog
#

Not sure I understand

abstract ploverBOT
#

deadshot7814-future-sub

dapper fossil
#
  1. I want to start a subscription later in future
  2. But i want to charge user now first week upfront now
  3. How to handle when the end date of subscription does not complete a week period
  4. I want to charge customer for first week upfront only when the future date is more than one week
main copper
#

👋hopping in here since codename_duchess has to head out soon

dapper fossil
#

Hi

main copper
#

Can you clarify - are you trying to pre-charge a customer for a Subscription that will be started in the future?

  • So the $5 monthly subcsription starts Feb 1
  • But you want to charge them for the first invoice early?
#

Or is it somethign else?

dapper fossil
#

Yes, exactly

#

So I want to create $50 weekly subscription on 1st feb till 25 feb, but i want to charge first week's $50 now, so they will not be charged on first week,

#

Also weekly period completes on 22 feb and end date is 25 feb, how can i charge them for extra 3 days

#

if the start date is tomorrow or the day after, it should not charge upfront

main copper
#

So for the "prebilling" part you're going to want to talk to support (https://support.stripe.com/contact) - we have an upcoming feature that would handle this for you, and they'll be able to get you in touch with the right folks if you want to start using it early

dapper fossil
#

About other parts

#

How can i configure it in scheduled subscription

main copper
#

And if you want it to end on a specific date (like feb 25) you'd set the end_behavior: cancel and make sure the last phase of the Schedule ends on the 25th

#

I'd recommend trying it out in testmode so you can get a feel for how it works

dapper fossil
#

For prebilling part, I can charge first week upfront using payment Intent and then start scheduled subscription with 100% off first week

main copper
#

Yes, that's also an option if you don't want to wait for the upcoming feature