#Neatnik
1 messages · Page 1 of 1 (latest)
Jumping in here; You should actually check the incoming webhook calls to be sure about a succesfull transaction instead. You can configure those in your profile settings
Hi there!
Indeed, we strongly recommend to use webhook events to process orders.
We document that specifically for Checkout Session here: https://stripe.com/docs/payments/checkout/fulfill-orders
Thanks @sturdy mist! I don't know how I missed that. Related quick question — is there any way that I can pass in some arbitrary data in my checkout stuff that the webhook will include in its POST?
No worries! And yes it's possible if you set metadata when creating the Checkout Session https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-metadata
Thank you so much!
Happy to help 🙂