#Sv1751
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the event ID?
No it's not a event ID. a event ID is something like evt_XXX
evt_3MCeO2LpwTGsR7Cz1Qnzrk7L
OK, this event is constructed in API version 2022-11-15, where The charges property on PaymentIntent has been removed. You can use the latest_charge property instead. (ref: https://stripe.com/docs/upgrades#2022-11-15)
Oh
Can you share with me the test event ID?
moment please
Is it possible to change the version of the existing webhook?
evt_3MGcbLL0OshYb7Nb1MYLqVJ7
OK, this event was constructed in a older API version (2022-08-01), and that's why its data structure look different
What do you suggest doing in this situation? We already have several transactions that were not completed due to this reason
The webhook event data is constructed according to the API version set to the webhook endpoint, if webhook endpoint doesn't have an API version, the event data is constructed based on the Stripe account's default API version.
The live-mode event evt_3MCeO2LpwTGsR7Cz1Qnzrk7L was sent to a Connect webhook endpoint, and this webhook endpoint's API version is 2022-11-15 (the platform's default API version). Did you create this webhook endpoint?
We have 4 business accounts. One of them has been created on summer and the webhook settings are this:
For the new business account that has been created recently we didn't specify the api version and we don't see api option in webhook settings:
Can we change the default api version of the latest created account by ourselves?
You can't downgrade your account's API version. But you can programmatically add a new webhook endpoint with a specific api_version https://stripe.com/docs/api/webhook_endpoints/create#create_webhook_endpoint-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.
And can Stripe support downgrade the default version of api or this is technically impossible?
No we don't support API downgrade.
Thank you for your help!