#akii-webhook-stripe-obj
1 messages · Page 1 of 1 (latest)
Hello 👋
Not sure I understand the question
Is there a specific webhook event you're looking at? Can you expand more on the language you're using for this as well? thanks
public String webhooks(@RequestBody String json) throws StripeException{}
Im doing this, the String json has raw data & i want to convert it to Event Object, how will i do that?
that's Java right?
yes
I believe we have an example here you can refer to
https://stripe.com/docs/webhooks/quickstart
No , this does not work i tried it
ah what error did you get exactly?
the webhook never hits the server in this case