#jessp1736
1 messages · Page 1 of 1 (latest)
Hello jessp1736, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• jessp1736, 1 hour ago, 6 messages
Hello! How can I help?
Hey thanks
Can I get a webhook event but the db object not update the status to reflect the webhook event status?
Let's say I got a webhook event that the payment intent succeeded but then I retrieved the same payment intent and the status not be succeeded?
You mean you retrieve it through Stripe?
yes
So technically the scenario you've described shouldn't be possible (a Payment Intent succeeded is not a state they can transition out of so at that point retrieving the intent should defintiely be successful)
But a better example is you get a payment_intent.requires_action event and you retrieve the PaymentIntent to have it now be succeeded. This is a scenario that's definitely possible because we don't guarantee event order (https://stripe.com/docs/webhooks#event-ordering).