#hendr1x
1 messages · Page 1 of 1 (latest)
It depends on the payment method being used. Some payment methods are delayed notification: https://stripe.com/docs/payments/payment-methods#payment-notification
Recommend you listen to webhooks to get a payment_intent.succeeded status
Ok. That make sense. I was planning on checking your system myself because I was afraid if the webhook failed I would lose the data. Is this unfounded?
Well it's possible. We have webhook retries to attempt to hit your endpoint multiple times in case of failure: https://stripe.com/docs/webhooks/best-practices#events-and-retries
Thank you for the information. Have a good day.
No problem