#dieselwurks_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/1294381848683614261
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
to get the checkout sessions, I used expand=['data.payment_intent','data.line_items','data.invoice','data.payment_intent.latest_charge.refunds']
I also need to know if a promotion code was used, because in that case there is no payment_intent . I know that I can assume that it was free (the promo code is 100% off) but I need to know which code was used.
also, why can I not search for a checkout session in the dashboard? So harsh!
This is the product
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And this is an example of the coupon.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I have to drive at the moment so there will be a lag in me seeing your response. Thank you so much!