#mjezew-prebill-subscription
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We don't currently have a recommended process for "pre-billing". It is a workflow we are developing but we do not have anything available at the moment.
However, that being said, it sounds like your use case woudl be a fit for Subscriptions Schedules. https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases
One way to achieve your flow would be to collect the prebilled amount in a separate Invoice and use it to create a Customer Credit Balance that can then be applied to the invoice generated when the Subscription starts.
https://stripe.com/docs/invoicing/customer/balance
We have a working prototype using subscription schedules, but we were hoping to avoid the manual intervention of creating a future schedule set to cancel.
Currently I think the best option is a future-dated Subscription Schedule set to cancel at the end of the phase + some sort of independent charge ( what I suggested with the Credit Blance) is the best we can offer
Ok thank you for the help!
Happy to shed what ๐ก I can ๐