#stephy
1 messages · Page 1 of 1 (latest)
Hi there, yes you need to write code for you webhook endpoint. https://stripe.com/docs/webhooks/quickstart this is how you get started
so i need to write this code in my server side?
i already wrote but not getting any response so that y am doubting
but in my dashaboard i got all responses
OK, what's the ID of your webhook endpoint?
we_1NaFuYEZ1Pyl4W3kJ0icef5a
https://dashboard.stripe.com/test/events/evt_1NaYnqEZ1Pyl4W3kEpBrtD8x the event was sent to your webhook endpoint successfully.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes ...the think i done is..first i go to stripe dashboard where i create webhooks after that its works... but my question is can i check this webhook in my server code?
or it is not neccessary?
What do you mean by " check this webhook in my server code" ?
i mean i have some proccess after checkout complete..so can i check this in my server code..? it take some time to complte the payment but i have some code to do after payment ,for that i want to confirm the paymen is procced