#jessp1736

1 messages · Page 1 of 1 (latest)

clever thornBOT
#

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

ornate trench
#

Hello! How can I help?

torn tusk
#

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?

ornate trench
#

You mean you retrieve it through Stripe?

torn tusk
#

yes

ornate trench
#

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).

torn tusk
#

Definitely understand around order not being guaranteed. That's why I'm doing the retrieval on Stripe after getting the webhook.

#

Thanks for the info!