#brooker
1 messages · Page 1 of 1 (latest)
I'm looking in the dashboard and don't see a way. Looks like maybe if I use this https://stripe.com/docs/api/webhook_endpoints/update I can send an api_version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This page https://stripe.com/docs/upgrades says For webhooks, you can override the version of a single test webhook endpoint in your Dashboard. and then Change the version of a test webhook endpoint to the version you want to test. But, I don't see how do do that.
However, you can create a new endpoint and specify the version via https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Oh ok, cool, good to know!
You can't specify a version that isn't your default or the newest via the Dashboard
Have to use API for that
Ok, but I can use the API so I don't have to update the secret rather than deleting and creating a new one in the dashboard?
No you can't update a webhook endpoint and change the version