#renlaer057
1 messages · Page 1 of 1 (latest)
Could you please share more details ?
Hi,ID
req_4umXRfgn4DSt4o
According to the error message:
Only Checkout Sessions with a status in ["open"] can be expired. This Checkout Session has a status of
expired.
So the checkout session is already expired
Am I not listening for such events? As a result, I did not receive the session expiration prompt.
Which event do I need to listen to in order to receive the result that the session has expired?
You can find the list of all events here:
https://stripe.com/docs/api/events/types
You are looking for this one probably:
https://stripe.com/docs/api/events/types#event_types-checkout.session.expired
So many events, which one should I listen for? to know that the session has expired.
this one
No, only to checkout.session.expired, the one highlighted in the link I shared with you
checkout.session.expired I just need to listen to this event, right?
yes
When my developer is finished, does the stripe dashboard need to do anything? To make this event effective?
Nope
I used to listen for refund events and needed to update the information in the webhook, then edit the webhook and select the event to be sent to complete.
I don't need to do that this time, right?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
I don't know, it depends how your webhook endpoint is set up.
OK
We added the webhook in test mode, why did it disappear?
If we didn't delete it, will it disappear automatically?
I don't know why it disapeared. Where did you use to see it?
No
Could you please share the ID of the webhook that disappeared?
There is no information in the webhook, I can’t see the ID
Did you switch from Test mode to Live mode?
Could you please share your account ID?
acct_1N6RXLILBklWVE7i
Do you see any problems? Why did she suddenly disappear, I had a local listener
My previous choice: Test in local environment
CLI ,yes
Is it expired? So it disappeared?
If you stopped the command it will disappear
Is your stripe listen command running?