#hayes_adhoc-price-checkout
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/1271189228356894885
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ product_data and price_data sound like the right fields to leverage then, as they allow you to create Price and Products adhoc rather than needing to have already created them:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-line_items-price_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
aww ok thanks I will take a look see what they are about thank you ๐
does the lines get created as prices and products?
without the need for me to do it
Yup, the Price and Product are automatically created if you use those parameters. And if I recall correctly the Price is also archived so it doesn't clutter your account too much, but I might be mistaken on that part.
hayes_adhoc-price-checkout