#Meldin
1 messages · Page 1 of 1 (latest)
it sounds like either endpoint isn't actually being invoked or it's hitting a different code path than you think it is
if I open new terminal and i run stripe listen and I make test payment I am getting checkout successed
success_url is http://localhost:3000/session_id={CHECKOUT_SESSION_ID}
Do I have to send requst to /webhook or stripe is going to do it automatically?
I suggest you follow the instructions here : https://stripe.com/docs/webhooks/quickstart under Test the webhook section