#Qualle
1 messages · Page 1 of 1 (latest)
hi! what was the question exactly?
When selecting a subscription plan, I would like to take users to a page like this
I was looking for documentation to achieve the behavior
you're looking for https://stripe.com/docs/no-code/pricing-table
when adding payment method here, will this create default payment method for specific customer?
or is it like a one-time checkout
it will set a default for the customer yes, because it's creating a subscription
very cool. thank you so much
sorry one more questoin
we built a custom pricing page from scratch
can this be used with the no-code checkout?
well probably not "no-code" but you can create and redirect to a CheckoutSession programmatically yes