#alexesch_api
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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ 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/1235248673143652474
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
so, the response looks like
It looks like we sent a separate event for the default_source update, and that update with delinquent changing was an automatic event from the effects of that. So you should be able to ignore the delinquent event if it isn't relevant and just process on the one for the source changing https://dashboard.stripe.com/test/events/evt_1PBZVnJaf89hC41Iz9DmfhGJ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yo mean, i have to check for 2 webhooks?
It is the same event type, customer.updated, so you can just listen to that one event type and when previous_attributes contains default_source you can make this update on your record of the customer
It is about the status of the last invoice for that Customer https://docs.stripe.com/api/customers/object#customer_object-delinquent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.