#Jean0104
1 messages · Page 1 of 1 (latest)
Hello
Hello guys, I need help, I created an account and I'm trying to set the version API from 2022-11-15 to 2022-08-01, because I have a webhook listeing a payment_intent.succeded and with your latest version payload, my backend is not working because the charges.data is missing
Hello! You can set the API version for a Webhook Endpoint using the API: https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-api_version
You'll need to remove your existing Webhook Endpoint and add a new one, you can't update an existing Webhook Endpoint's API version.
Thanks, so can't I do that from the stripe console?
What does "stripe console" mean? Do you mean the Stripe Dashboard or something else?