#noelleinaction

1 messages · Page 1 of 1 (latest)

solemn lichenBOT
fierce shale
#

There's not a built in way to do this exactly. You'd need to write code on your server to update the subscriptions with an end date after creation (could use webhooks to listen for subscription creation)

crimson swift
#

To confirm, none of Stripe's products have a built in way of doing this correct? I saw an option to try out Stripe "Billing" and it looked like it may have more complex subscriptioning, but I wasn't convinced it would achieve the goal I stated above.

fierce shale
#

You could do the above if you had your own checkout form and used Subscriptions

#

Would just calculate the end date in your code before setting it

crimson swift
#

Got it, thank you!