#dv3ax_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214773576109006848
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
hello! the customer.subscription.created indicates that the Subscription object has been created. Creating a Subscription does not necessarily mean that the Subscription is in active status
how do i get customer.subscription.created from the event data?
can you elaborate more? I don't quite understand the question. Are you asking how to get the type from the event data?
what is customer.subscription.created known as? type?
when stripe webhooks my endpoint, how do i know it is a customer.subscription.created? it is not found in the event data....
It's found in the Event object : https://docs.stripe.com/api/events/object#event_object-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can take a look at our sample webhook implementation here : https://stripe.com/docs/webhooks/quickstart
in all the 173 lines, i cannot find it https://dashboard.stripe.com/test/events/evt_1Or2NEEktYhcBqrK4JZbUnEj
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the Dashboard view of the Event shows the data of the Event object, that's only a section of the Event object
i suggest you try logging out the Event object in your code
stripe UI is so confusing, one would assume Event data is the JSON that was provided during the webhook
appreciate the feedback, I'll pass that on to see how we can make that clearer in the Dashboard