#_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1318297610112602155
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey everyone!
I want to use my old Stripe account to integrate payments with a new website I'm working on. Can someone help me with the steps to create a product with monthly pricing and retrieve the Price ID? Thanks!
Hello, is your quote in the "Question" section from a specific doc of ours?
This doc shows specific API calls for how to create a price and product. Is this what you are looking for?
https://docs.stripe.com/products-prices/pricing-models?dashboard-or-api=api#model-good-better-best-on-stripe
to create a product with monthly pricing and retrieve the Price ID
The doc that I linked to shows this, but basically you will want to create a Product, and then create a Price. There isn't a way to do both at once, so this will be two separate API calls