#usamarashad

1 messages · Page 1 of 1 (latest)

rapid gulchBOT
#

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.

graceful lily
#

Did you create in-line price/prodce through price_data and product_data ?

#

Those in-line prices and products will be achieved automatically. If you want to reuse prices ad products, you should create them upfront first, and reuse them when creating a subscription.

crystal sable
#

" let price = await stripe.prices.create({
currency: "usd",
recurring: { interval: "month", interval_count: 1 },
unit_amount: 2400,
product_data: { name: "Internet Package X" },
});"

#

ok so every time I create a price it will be added to the catalog. So I should just create one product and use its product ID , the next time I make a subscription. Correct?

graceful lily
#

Yes