#woakaley-server-side-checkout

1 messages ยท Page 1 of 1 (latest)

jagged goblet
#

Hello ๐Ÿ‘‹
Give me a moment to catch up here and I'll respond as soon as I can ๐Ÿ™‚ Thanks

light tide
#

Alright, thanks!

jagged goblet
light tide
#

Hmm, yes I already have a webhook, which is basically will create the products and prices from a wordpress post ๐Ÿ˜„
So basically, after the payment, I can just listen to a webhook as well?

#

I am not sure, where do i have to call this hook...

#

or when

jagged goblet
#

Yup, since you're using Stripe checkout you can listen for checkout.session.* events
Stripe will send these events to your webhook

light tide
#

ohh, like checkout.session.completed, or something like this. Alright, I will try this way. Thank you for your fast response!