#Klauz-fingerprint

1 messages · Page 1 of 1 (latest)

brisk oriole
#

I checked and there is a fingerprint in the raw JSON for that event that we sent

#

can you clarify how your webhook handler parses the event or what language/library it uses, and the version of the library? It's probably just you're using an old version of our Java/.NET library and that version doesn't deserialise that property, I would guess

sleek badge
#

Ok my bad, sentry logging led me to believe it was missing but I can confirm it was sent with fingerprint by you and I managed to retrieve it in my db too, should have checked better sorry

#

Also I am using Python

brisk oriole
#

ah ok, great! usually when I see this it's to do with deserialising the JSON into model classes that don't match the API shape, but I guess it wasn't that here