#Engin
1 messages · Page 1 of 1 (latest)
Hi @timid yew, how can we help?
Received event with API version 2020-08-27, but Stripe.net 40.14.0 expects API version 2022-08-01. We recommend that you create a WebhookEndpoint with this API version.
Stripe .NET library v40.14.0 expects version2022-08-01in the Webhook. You can create the Webhook endpoint with 2022-08-01 in the dashboard: https://dashboard.stripe.com/test/webhooks/create
CLI uses the default API version on your account. You can upgrade your default API version on your account with: https://dashboard.stripe.com/developers
I'd also recommend checking the breaking changes before upgrading the API if you have an existing integration: https://stripe.com/docs/upgrades#api-versions
can you share your account ID? You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
I switched to the production env and upgraded the api
then switched back to the test and it is fixed now
sorry for bothering you
I am okay to test the new api now
No worries! We are here to help 😄
thank you bye