#Gautam
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the paymentIntent ID?
ok
invoice.payment_succeeded
This is showing on the dashboard webhook event but not getting this thing in my code
Hello there?
https://dashboard.stripe.com/test/events/evt_1N8GWQSJFAxFwYzlKJP7FEDc Based on the log, the event was successfully delivered to your endpoints
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
can stripe also trigger the webhok events in the local url and can we get all the events in our backend server code?
or only in the ClI we can get all these?
I don't understand what you mean, can you elaborate?
Actullay I want all the events details through my code not in the Command line interface?
but currently I am not getting.
I still don't understand what you want to achieve.
I want to save all the payment details in my MongoDB database. so I need to listen all the events from my backend endpoint route that I have created.
OK, then you should deploy an webhook endpoint to listen to these events
Okay