#kbvo-firebase-fulfill
1 messages · Page 1 of 1 (latest)
Hey @dusk hornet the most common option in that case is to use metadata or store the information on your end
Like when you create the Checkout Session you get the cs_test_123 id back. You should be able to store that in your database somewhere so that when the Event about that Session is sent to your webhook endpoint you can look it up in your database
or you can apss metadata on the Checkout Session creation and look it up on the Event to map things
Oooh ok. I think i'd want to use the checkout session id to look up that order. is that provided as a field in the event for webhooks? i don't recall seeing it when sifting through the event object
yes it's id