#s2j2
1 messages · Page 1 of 1 (latest)
Hello! Can you be more specific? Are you asking which API to use to create a one-time Price + Product that would be used for something like Checkout?
I have already created stripe price and product object. Only thing is, I want to create a one-time product with this instead of a subscription.
There isn't really a "one-time" product - a product can have multiple prices and a price is what's one-time or recurring.
You can either create another one-time price and add it to your existing product, or create a whole new product and add a one-time price to that
I see, thanks for the response!