#x001w-recreate-plan-price
1 messages ยท Page 1 of 1 (latest)
I believe it refers to prod_xxx and price_xxx IDs ๐
what? but how can I make the same IDs?
The article talks about migrating plans between Stripe accounts
That's what you're trying to do correct?
yes
cool, give me a moment
So for plan, you can set the id parameter to the old plan ID when you create it
https://stripe.com/docs/api/plans/create#create_plan-id
ok, pls give me a moment to read the article.
hi, another thing,
how can I make too many price_xx by this way
๐ stepping in here as hanzo had to step away
Can you explain more what you mean? I'm not sure I understand the question.
one product we have three price list.
as like month price, half year price, one year price
How can I create a product with prices for different time periods through the API interface?
Hi!
execuse me?
Our API reference for creating a Price is here: https://stripe.com/docs/api/prices/create
In order to specify different time periods you change the recurring.interval parameter
Specifically this: https://stripe.com/docs/api/prices/create#create_price-recurring-interval
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You said: hi, about Plans how can I make too many IDs? pls help.
are you a robot?
lol I am not a robot
But we use threads to keep conversation organized
I'm a Stripe Engineer that is trying to help you
That said.... the statement "too many IDs" doesn't really make sense? Are you asking how many Prices a Product can have?
do you get what I said?
Did you read my response?
yes
Okay so are you asking how many Prices a Product can have?
In Plans, I only see the price for creating a product. But I need to create multiple prices and also need to change the ID.