#mooon-webhooks
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you be more specific?
there are some cases where your response to the Stripe webhooks is important but generally it doesn't affect the customers
what is the integration flow? are you using Checkout?
then no
Your webhook endpoint redirects your customer to the success_url when you acknowledge you received the event. In scenarios where your endpoint is down or the event isn’t acknowledged properly, your handler redirects the customer to the success_url 10 seconds after a successful payment.
https://stripe.com/docs/payments/checkout/fulfill-orders#testing-end-to-end
but in case would we send the user a notification about the webhook error
it's up to you to handle it
if the payment got through to Stripe we will redirect to return_url after the 10sec
every webhook event that Stripe didn't receive an HTTP 200 response for would be replayed afterwards
yes because they already paid
yes in a way
fulfilling the "order" is your responsibility
we are responsible of delivering the events to your endpoint
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!