#Luis Chapa
1 messages · Page 1 of 1 (latest)
To further look into it can you share the event id? evt_xxx
"evt_1MZ1WTGMf1aGEsqfLr54OeJC"
this was the last one, but i got three
and i wasnt even coding or using the web app
(i have no users but me rn)
You can look at the history:
You created it by https://dashboard.stripe.com/test/logs/req_pgVuuvdBGmVt4B
It was paid by
https://dashboard.stripe.com/test/logs/req_3RB1KRTfHX45hI
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Pretty sure that's a test
i i see
the rounded event matches with those that you send me, cause the date and hour
but the first three make no sense
cause i wasnt even doing anything
Send here those 3 event ids
ok ok
"evt_1MZ1x4GMf1aGEsqfpP8ZgDgt" this is the first one
"evt_1MZ1djGMf1aGEsqf4XXY6Uol" second one
"evt_1MZ1WTGMf1aGEsqfLr54OeJC" the third one
https://dashboard.stripe.com/test/logs/req_v72Gl6QADkZUrY
https://dashboard.stripe.com/test/logs/req_GhPcOtAxexfBGq
https://dashboard.stripe.com/test/logs/req_3RB1KRTfHX45hI
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
For the confirmation calls
And here are the card:
https://dashboard.stripe.com/test/logs/req_2d9UUK3bRQEqsy
https://dashboard.stripe.com/test/logs/req_03FM62xffHHcqb
https://dashboard.stripe.com/test/logs/req_j4BvYhdELjKXa2
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Those are all test card 4242
but i mean, for this to happen i should have done the payment three times right? or this event is happening due something else? because i didnt make those payments
189.159.37.223 is this IP familiar to you?
yes
but again, i should have done the payment three times right? or this event is happening due something else?
perhaps is something related to my code
I believe that's you paid 3 times. All the confirmation call (when the Checkout Session is paid) came from that IP
im seeing that the customer email was test@gmail.com, and that account got a failure on that event hours ago due to a error in my code. Perhaps those events correspond to the webhook retries but still
can you check my code? perhaps i have something wrong
How are you doing retry?
im not, i thought that stripe do it that for default
look
that means that event failed but it worked on an future event
No each event should be corresponding to different Checkout Session
You can look at the event by clicking into it I believe, then check the id cs_test_xxx
cs_test_b16QWRPJvakGf1PwYKMT9aQSYjaAvkBaJSIhSbvPKLpSfBicRIX72bgSa0
with those webhooks im telling you that i didnt call them, this is how my database looks
before those webhooks, i only haved one row
a correct row
I think it's not your webhook handling logic. By the time the event came and you started this handling logic it suppose to register into your DB
the question is where was the Checkout Session confirmed and triggered this event
I believe it's some action on your own from the IP address above
in this image, at those hours i want even in my house, on those three events
Probably you have some other developer working on the same proj? Looking at the IP, if you recognize it then it's your environment
so, youre telling me that i´ve done those 3 payments (that could not happen either since pricing tables got also a logic in case for a user with paid subscriptio, so i could not even access again to checkout portal), but im going to clear my database and start over with it. What can you recommend me to do? Also, if i have session.rollback() why did it make other rows?