#foxtc_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. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ 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/1214947925096923146
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hello
Stripe Checkout support creating in-line prices
So you don't need to pre-create fixed prices if you don't want to.
https://docs.stripe.com/payments/accept-a-payment#:~:text=After creating a,Node
is Stripe Checkout, where the Payment Capture is hosted by Stripe? We redirect from our system, to Stripe, Stripe takes the payment and automatically redirects back to our success page?
Correct
Thanks for the assistance @spice cedar - can you also confirm that we can pass unique IDs in to Stripe and have them returned to our success page (enabling us to load correct data and display correct confirmation)
You can pass the unique IDs in metadata when you create checkout session object using the API.
Then you can retrieve the checkout session object on the success page and look at it's metadata to find the information stored in that
https://docs.stripe.com/payments/checkout/custom-success-page
that's great ... I think Stripe is therefore suitable for our system.
Happy to help ๐ ๐