#Fabiano-webhooks
1 messages · Page 1 of 1 (latest)
Hi there! Webhooks are what you should use and are a server2server request from Stripe to your server.
Hi, thank you for replying to me
that's how I set my application, but I don't understand what's the difference between session.status = "paid" and, let's say, the details of the charge.succeded
like, what would be the most reliable way to be sure the money was actually transferred?
If you are using Checkout then you want to use the checkout.session.completed event. I'd recommend taking a read through: https://stripe.com/docs/payments/checkout/fulfill-orders