#andriy-murovanyi_checkout-promo-webhook

1 messages ยท Page 1 of 1 (latest)

sinful yewBOT
#

๐Ÿ‘‹ 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.

hexed obsidian
#

this is my checkout session setup

ocean ermineBOT
deft crystal
#

Hi there ๐Ÿ‘‹ taking a look

hexed obsidian
#

hi!

deft crystal
#

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.

sinful yewBOT
#

andriy-murovanyi_checkout-promo-webhook

hexed obsidian
#

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 ?

deft crystal
#

Yup, it is. For the request to list the session's line items you can expand data.discounts.discount.promotion_code

hexed obsidian
#

got it, now it works

#

thank u so much, I apologize for my inattention

deft crystal
#

Any time, happy to help!