Stripe webhook : wrong json format

Hi,

Stripe tries to send events on my webhook but there is the following error:
Wrong json format: Cannot deserialize value of type java.lang.String from Object value (token JsonToken.START_OBJECT) at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: java.util.LinkedHashMap[“data”])

Here is the json
stripe-event.txt (6.0 KB)

Thank you for your help

Hi,

What is your application ID?
What is the name of the API service and method expecting the webhook callback?

Mark

Hello @mark-piller

It seems to work now.

Sorry for the inconvenience.

Thanks for the responsiveness as always !