#os-subscription-setupfee
1 messages · Page 1 of 1 (latest)
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.
- osweb, 5 days ago, 28 messages
Hey @storm viper can I ask you to describe in more details what that means? Maybe some concrete examples of what the customer pays when?
Sure!, so its a simple monthly subscription based payment, ($20/month) but the first month is a larger signup fee($100), after the initial signup free the following month will start lower like 20/month.
Example: January $100 signup fee, February and on with bee the $20/month .
Gotcha! Are you okay with a $20/month Price but the first Invoice has a second Price for $80 (but just that one)?
os-subscription-setupfee
that technically makes sense and it will give us the same result. so yea im okay with that idea.
If that works, then you want https://stripe.com/docs/billing/invoices/subscription#first-invoice-extra
The alternative is to use the SubscriptionSchedule API. A bit more complex where you basically have 2 phases, one for the $100/month Price (but once) and then immediately after that month you switch to a $20/month Price (forever)
ahh sweet! thank you