#lordinvisible_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/1216763402723262546
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ Checkout Sessions create and manage Payment Intents automatically, you may not need to interact with Payment Intents.
What are you trying to do with your test flow that you're currently not able to?
If you know what value you want to be set to when creating the Checkout Session, then you can provide that to the payment_intent_data.description field when creating the session:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I believe that's the right field, but we're not as familiar with how things are displayed in the dashboard in this forum so please let me know if that doesn't do what you're hoping.
ok, I'll be right back ๐
I have code running
Thank you, it seems to be working
Awesome, glad I could help!