#tymm
1 messages · Page 1 of 1 (latest)
Hi there!
2023-07-24 17:44:24 --> setup_intent.created [evt_1NXLJTLouXJU4FDJDqHQIekx]
2023-07-24 17:44:24 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJTLouXJU4FDJDqHQIekx]
2023-07-24 17:44:33 --> payment_method.attached [evt_1NXLJdLouXJU4FDJO25113Mj]
2023-07-24 17:44:33 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJdLouXJU4FDJO25113Mj]
2023-07-24 17:44:34 --> setup_intent.succeeded [evt_1NXLJdLouXJU4FDJ3UXUsthZ]
2023-07-24 17:44:34 --> checkout.session.completed [evt_1NXLJeLouXJU4FDJbbLecOyH]
2023-07-24 17:44:34 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJeLouXJU4FDJbbLecOyH]
2023-07-24 17:44:36 --> payment_method.detached [evt_1NXLJfLouXJU4FDJ1d9pCFzq]
2023-07-24 17:44:36 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJfLouXJU4FDJ1d9pCFzq]
2023-07-24 17:44:37 --> customer.subscription.updated [evt_1NXLJhLouXJU4FDJNGnf8zDc]
2023-07-24 17:44:37 --> setup_intent.created [evt_1NXLJhLouXJU4FDJSBlsqaEM]
2023-07-24 17:44:37 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJhLouXJU4FDJNGnf8zDc]
2023-07-24 17:44:37 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJhLouXJU4FDJSBlsqaEM]
2023-07-24 17:44:37 --> setup_intent.succeeded [evt_1NXLJhLouXJU4FDJMvr3AGXA]
2023-07-24 17:44:37 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJdLouXJU4FDJ3UXUsthZ]
2023-07-24 17:44:37 --> customer.subscription.updated [evt_1NXLJhLouXJU4FDJphoXO58m]
2023-07-24 17:44:37 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJhLouXJU4FDJphoXO58m]
2023-07-24 17:44:38 <-- [200] POST http://localhost:7788/payment/callback [evt_1NXLJhLouXJU4FDJMvr3AGXA]
Can you share the event ID (evt_xxx) that you see twice?
this is the log
setup_intent.succeeded [evt_1NXLJdLouXJU4FDJ3UXUsthZ]
and
setup_intent.succeeded [evt_1NXLJhLouXJU4FDJMvr3AGXA]
evt_1NXLJdLouXJU4FDJ3UXUsthZ comes from https://dashboard.stripe.com/test/logs/req_aaYe7yoMz2H2Vu
evt_1NXLJhLouXJU4FDJMvr3AGXA comes from https://dashboard.stripe.com/test/logs/req_hEu4RI6M6JyM4R
meaning when i try to update the subscription's default payment method stripe will trigger the setup_intent.succeeded again?
Looks like it, yes.