#nacho_446

1 messages · Page 1 of 1 (latest)

raw skyBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

acoustic trench
#

hi! what exactly are you looking for?

tribal moat
#

I want to know the structure in which different events are sent to my webhook so I can structure how I use it

acoustic trench
#

makes sense, what have you checked so far? it's all covered in the API reference.

tribal moat
#

Yea, exactly what I need

#

Thanks

#

I think that’s not it

#

I want to know the structure the events send so I can process a recurring payment or whatever

acoustic trench
#

well they send JSON which is that Event object as described in the API reference. data.object in that Event is then the shape of whatever type of API object the event is delivering(e.g. a customer.updated event has the JSON of a Customer object(https://stripe.com/docs/api/customers/object) in that field).

#

again if you have a more specific question I can try to give a more specific answer