#xxkylexx-webhook

1 messages · Page 1 of 1 (latest)

frozen turtle
#

👋 Happy to help

#

Can you share a sample event ID (evt_xxx)?

twilit slate
#

Sure, evt_1LStXbIGBnsLynRr9jL1fmu9

#

It originally tried on api version 2020-03-02. we are using the SDK on api version 2022-08-01

frozen turtle
#

What is the error that you're facing?

#

From the event history, it shows that your end return 500

twilit slate
#

mismatch in api versions. my sdk uses 2022-08-01 and the event is posting the webhook as 2020-03-02

frozen turtle
#

After checking, it's not possible to resend the event with other API version since api_version is not mutable

#

Since the validation is done by your end, I'd recommend disable API version check for the time being