#akii-webhook-stripe-obj

1 messages · Page 1 of 1 (latest)

muted stirrup
#

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

warped mulch
#

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?

muted stirrup
#

that's Java right?

warped mulch
#

yes

muted stirrup
warped mulch
#

No , this does not work i tried it

muted stirrup
#

ah what error did you get exactly?

warped mulch
#

the webhook never hits the server in this case

muted stirrup
#

I'm not sure I understand.
You don't see the webhook event when you use the example code?

#

you don't see an error either?