#Fire

1 messages · Page 1 of 1 (latest)

carmine fulcrumBOT
grizzled acorn
#

What type of event is your endpoint currently listening to?

desert tapir
#

checkout.session.completed

#

what should I listen to?

#

im using stripe checkout

grizzled acorn
#

Can you share the ID of one of those Events you received during your testing so I can take a closer look at it?

desert tapir
#

cs_test_b1HuZIlHFXOGnGi7uYWL7Os9c9ENtBRDkIwBgC4sEFpgKz3Br4u4LGwOzt

grizzled acorn
#

Looking at the checkout.session.completed event for that session, I am seeing the shipping address included in that event in the shipping_details.address hash.

desert tapir
#

ok now I tried a new one and console logged, it's working

#

but a previous one didn't for some reason

#

so customer_details is the billing correct?

grizzled acorn
#

That is correct.

desert tapir
#

that's weird

grizzled acorn
#

Aahh, good spot!

desert tapir
#

anyways, I am receiving the data I need

#

thanks again

grizzled acorn
#

Always happy to help, best of luck on the rest of your project!

desert tapir
#

thank u!