#avneetsingh_11747
1 messages · Page 1 of 1 (latest)
Webhook is meant for event sent from Stripe to your server to update you about any changes on your account including payments
Webhook can't be made from the client. It's an asynchronous event request from Stripe to your sever
Thanks. Thats what I was thinking. So, what is the purpose of webhooks? How can we update the database after monitoring the webhooks for the successful payment? or we can do it without using webhooks?