#jespser_seo-portal
1 messages · Page 1 of 1 (latest)
Thanks for your answer. Thats a shame 😦 Hmm ill have to think of some other way then. You think the only way is to develop a custom checkout then?
Perhaps i need to create a payment intent then, and programmatically add the subscription to the customer after
can you describe in more detail what you're trying to?
like you want to have the customer press something in the portal now and start the subscription later?
if so the best option is to use SubscriptionSchedules(https://stripe.com/docs/billing/subscriptions/subscription-schedules) but they don't have support in any of our hosted surfaces like Checkout or the Billing Portal unfortunately so it requires a lot of custom coding.
Ye i want the customer to subscribe to a subscription, but the billing cycle needs to be the 1st of every month.
I also need to be SCA compliant, so im not really interested in to much custom coding, as i would need to create that flow to then
I only see a few options, adding trial days so it matches with the 1st, or resetting the cycle of the subscriptions at the 1st. But both are a bit confusing for the customer
there's unfortunately no simple no-code/low-code way to do this natively! About the only option that is less complex, is to use Checkout, with a trial period until the 1st of the month.