#Sv1751

1 messages · Page 1 of 1 (latest)

lethal zephyrBOT
inland pond
#

Hi there, can you share with me the event ID?

hexed helm
#

Hi. We have several. One second

#

STRP_EL_s7JEWvv3drmlbp5

inland pond
#

No it's not a event ID. a event ID is something like evt_XXX

hexed helm
#

evt_3MCeO2LpwTGsR7Cz1Qnzrk7L

inland pond
#

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)

Keep track of changes and upgrades to the Stripe API.

hexed helm
#

Oh

inland pond
#

Can you share with me the test event ID?

hexed helm
#

moment please

#

Is it possible to change the version of the existing webhook?

#

evt_3MGcbLL0OshYb7Nb1MYLqVJ7

inland pond
#

OK, this event was constructed in a older API version (2022-08-01), and that's why its data structure look different

hexed helm
#

What do you suggest doing in this situation? We already have several transactions that were not completed due to this reason

inland pond
#

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?

hexed helm
#

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?

inland pond
hexed helm
#

And can Stripe support downgrade the default version of api or this is technically impossible?

inland pond
#

No we don't support API downgrade.

hexed helm
#

Thank you for your help!