#jarcher - one off charge + subscriptions

1 messages · Page 1 of 1 (latest)

long pulsarBOT
coral schooner
#
  • Created a subscription with billing_cycle_anchor in the future (on the first). I got charged a prorated price + setup fee. Next invoice is just the subscription price.
  • Created a subscription with trial_period_days of 4. Only got charged for the initial set up fee (this might work??? but I have to use a free trial??)
#

Created a subscription with billing_cycle_anchor in the future (on the first) with proration_behavior = none. I got charged the full price + initial setup fee. Next invoice is just the subscription price.

serene kite
#

Okay so I get the first question but I'm. not sure what the examples are supposed to commicate.

coral schooner
#

the examples are my attempts at solving my own problem

#

it looks like I might have to use a free trial. but do you know of any other way of doing this "the stripe way"

serene kite
coral schooner
#

right.. but if I also want the subscription to start at some date in the future, it charges a prorated amount for the subscription period at the time of purchase along with the add_invoice_items

serene kite
#

Okay so you want to charge the up-front one-off fee and then start the Subscription after that on a different billing cycle?

coral schooner
#

yeah

serene kite
#

That wasn't clear to me from your initial question

coral schooner
#

sorry bout that!

serene kite
#

Then in that case the trial_period_days approach might be the most direct

coral schooner
#

okay got it

serene kite
#

In that case you would create 2 phases for the subscription. The first one lasts only 4 days and covers the one-off charge.

#

Then the next is your recurring monthly charge at the new price

serene kite
#

jarcher - one off charge + subscriptions