#env

1 messages ยท Page 1 of 1 (latest)

pseudo yokeBOT
uneven gyro
#

Hi ๐Ÿ‘‹ you likely don't want to create a Payment Link for flows that are for a specific Customer. Payment Links are meant to be publicly shared and are not Customer specific.

What is your desired goal? Creating a Subscription is possible and may be what you want to do.

storm roost
#

ok, maybe i misunderstood some parts of the workflow. we are using a custom formular for the customization of our products. what would be the best practice approach to support a free version as well as some paid plans?

uneven gyro
#

Sorry, I'm not sure I'm clear what you're looking for assistance with. Do you have your desired pricing model laid out and you're trying to figure out how to build that in Stripe?

storm roost
#

yes, the pricing model is done

#

we are just stuck at the step using those in our pricing calculator used by the customers

#

currently, we custom built the pricing page (overview of all the plans / configs we are supporting), maybe we do need a stripe checkout page?

#

sorry if my request is a bit convoluted ๐Ÿ˜… we are still new to stripe and there's just a lot to take in

marsh pewter
#

Hello ๐Ÿ‘‹
Taking over as toby needs to step away soon. It sounds like what you really want is create a $0 product and subscribe the customer to it when they sign up for a free plan

storm roost
#

ok, so no steps in between, the workflow for the free plan would be:
create customer -> create subcription (which links the 0โ‚ฌ stripe product and the customer)

marsh pewter
#

That's correct. You'll need a product/price for $0 amount that you can create a subscription for.

storm roost
#

sounds good!
how would the workflow differ when the product is not free? we would need another step in between, right?
create customer -> create payment intent? -> create subscription (which links the selected products and the customer)

marsh pewter
storm roost
#

what do we need to do for getting the payment method of the customer? we don't want to implement the stripe elements ourself, we want to use our own custom product configurator and redirect the customer afterwards to a checkout form to resolve the payment stuff

#

is that possible?

#

imagine a car seller's website where you can configure your car and after finishing the configuration you would be redirected to the payment provider's checkout form

marsh pewter
storm roost
#

is it not possible without using stripe elements?

marsh pewter
#

What are you planning to use? Stripe Checkout?

storm roost
#

stripe checkout would be fine if it solves our problem

marsh pewter
storm roost
#

ok, we'll try that, thanks a lot!