#nacho_446
1 messages · Page 1 of 1 (latest)
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.
- nacho-subs-webhook, 1 hour ago, 9 messages
- nacho46-subs-trial, 2 hours ago, 18 messages
- nacho_446, 1 day ago, 8 messages
hi! what exactly are you looking for?
I want to know the structure in which different events are sent to my webhook so I can structure how I use it
makes sense, what have you checked so far? it's all covered in the API reference.
I'd start here https://stripe.com/docs/api/events/object and let me know your specific questions.
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
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