#andriy-murovanyi_checkout-promo-webhook
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/1237773472315211916
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ taking a look
hi!
If a Promotion Code was used, I believe you'll want to retrieve the line items for the Checkout Session:
https://docs.stripe.com/api/checkout/sessions/line_items
and check in discounts.discount.promotion_code
https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-line_items-data-discounts-discount-promotion_code
But looking at the Checkout Session that was shared I'm not getting the impression that a Promotion Code was used when checking out.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
andriy-murovanyi_checkout-promo-webhook
let me a few minutes please i will try to share a Loom so u can check it
oh, now i think that maybe discounts.discount.promotion_code is expandable ?
Yup, it is. For the request to list the session's line items you can expand data.discounts.discount.promotion_code
Any time, happy to help!