#woakaley-server-side-checkout
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Give me a moment to catch up here and I'll respond as soon as I can ๐ Thanks
Alright, thanks!
We typically recommend using webhooks to get real time updates to listen for events server-side
https://stripe.com/docs/webhooks
have you looked into that already?
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
Yup, since you're using Stripe checkout you can listen for checkout.session.* events
Stripe will send these events to your webhook
ohh, like checkout.session.completed, or something like this. Alright, I will try this way. Thank you for your fast response!