#jensen_84691

1 messages · Page 1 of 1 (latest)

upper knollBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

weak forum
warm ember
#

yes

#

I want to dynamically change the product name when creating a payment link. Do I have to take two steps now? First, create the price and then create the payment link

weak forum
#

I don't think you can create inline product with Payment Link API

#

So you need to create a price and product first, an make another call to create a Payment Link

warm ember
#

But my products and prices are constantly changing and not fixed

weak forum
#

Then you should create inline products with Checkout sessions API

warm ember
#

How many prices can be created at most

#

Countless?

weak forum
#

I don't see a limit

warm ember
#

Do I need to start with $stripe ->prices ->create
Then $stripe ->checkout ->sessions ->create

weak forum
#

Not necessary, you can do them in one API call using checkout sessions API, refer to the first API reference link that I shared with you.

warm ember
#

I saw it, but there is no parameter for passing in the product name in that API. My product name changes based on the quantity and product selected by the user, not a fixed product name

weak forum
warm ember
#

wow think you very much!!!!!!