#paulm_81216
1 messages · Page 1 of 1 (latest)
- No. The pricing table will always open Stripe-hosted checkout page
- is this about limit customers to one subscription ?(https://docs.stripe.com/payments/checkout/limit-subscriptions)
- No, pricing table doesn't support custom text
- No
Thanks @neon geyser
- So users still have to enter CC details even for a free account? This is a bit of a barrier to entry! Is there a workaround?
- No, this is so that the payment is linked to an account and the additional features can be assigned to that account as per the subscription level.
- OK.
- OK.
Give me a sec to test out something.
For the whole free forever thing I would not make the free version a product on stripe and have your code manage the real plan the user has and stripe to understand what they are paying for if anything. This is what I do even tho I don't have a "free plan"
Thanks @twin ember , yes that is what we currently have with Payment Links embedded in. We were directed by Stripe to be using Pricing Tables as the better option, but it just looks to have too many things not entirely suited to SaaS.
Ah SaaS
makes sense. I haven't used Pricing Tables before so I wouldn't know much to that. I mainly have stripe just be a money watcher and tell my codebase when money has been sent in and for what lol
Thoughs @neon geyser ?
@left nymph Thanks for waiting. You can pass in an existing customer through customer-session https://docs.stripe.com/payments/checkout/pricing-table#customer-session , so that the checkout will pre-fill the customer's default payment method, as long as a valid billing address, billing name and billing email set required on the payment method
For 2. You might want to check the customer status before presenting the pricing table. For example, if it's an existing account, show them the additional features, otherwise the pricing table.
OK thanks. So there is no way though to do a 'free forever' plan in a pricing table that doesn't collect CC details?
Is there a workaround, or a way to change the URL target of the button?