#François - webhook event mixup
1 messages · Page 1 of 1 (latest)
Hello, do you have the ID of the event that you got this wrong information in? (req_123)
evt_3KyAEHC4QTOJGsXo1d2zIO48
Thank you
it's not displayed with the information I really received
As in on the dashboard you are seeing different information than what we sent you in that event?
If so, can you resend this event and see if you get the data properly?
In stripe dashboard, informations displayed on this event are not the one I received on my endpoint
No, don't want to send it back
it can create a new order on my side
I log all payment_intent succedded in my database, and update it if its id is already present
look at created/updated
I;m not sure what you mean by data for a different payment intent
This event contains a PI object with "id": "pi_3KyAEHC4QTOJGsXo1x65fW3M"
As you seem to expect
this is not what the request really had. it had pi_3Jqb4OC4QTOJGsXo0kAzOzbn id
that's what I mean
your dashboard don't really represent what stripe sent
Do you have a log showing this? That seems exceedingly unlikely, but i absolutely want to get to the bottom of it if happening
ie, a log of the received object with the event id and PI id mismatched
I have the old id updated at the exact same time. We've stopped logged all events contents because it was killing our database. But there is no doubt about the id in the request was an old id. we log every pi_ created, and :
the good one is missing
the old one has been updated at the exact same time evt_3KyAEHC4QTOJGsXo1d2zIO48 was sent
👋 stepping in here, give me a moment to catch up