#lakshya.eth-webhook-version
1 messages · Page 1 of 1 (latest)
Hello! The API version of an existing webhook can't be updated unfortunately. You'd need to re-create the webhook with the required API version
oh, is there any video and resource so I can share with my manager
On what specifically? This is highlighted in our docs here: https://stripe.com/docs/webhooks/best-practices#api-versions
can't we do it on stripe dashboard itself ?
You can't specify the API version of a webhook via the Dashboard, no
so I have to write a script which creates a webhook on a particular version ?
You'll need to facilitate an API call somehow, yes. You could try out out Postman collection for this: https://github.com/stripe/stripe-postman
Thanks,it works. Before ending this thread a question, there is a option of "connect" it is for getting events from our connected accounts am I right ? I use webhook for 5 events, checkout and when our connected account deauthorize. Do I need to enable connect option ?
A Connect webhook will forward events from your connected accounts, yes: https://stripe.com/docs/connect/webhooks