#felix_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/1331677034686058586
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- felix_api, 23 minutes ago, 8 messages
- felix_api, 2 hours ago, 45 messages
- felix_webhooks, 6 days ago, 65 messages
previous_attributes showing all changes?
Hello! Yep, previous_attributes is where to look to see what changed.
You can read about it here: https://docs.stripe.com/api/events/object#event_object-data-previous_attributes
evt_1Qk7lrHFUFRS6hPEaNnV9TcO
Is showing no status
But a status is listed inside prevous_attributes
Wehre to find the new status?
It's in the Subscription object itself.
How to access it?
It's in the Event you just shared.
Ctrl + F saves it
got it
Is there a way to simluate a sub renewal?
With my data
Yep! You can test just about anything in test mode. You can also advance time in test mode with a Test Clock so you don't have to wait for things to happen: https://docs.stripe.com/billing/testing/test-clocks
Is an sub.updated event fired when the invoice gets paid?
What would u suggest invoice.payment_succeeded or invoice.paid to check if something is really paid?
Whats the difference?
invoice.paid is newer and recommended over invoice.payment_succeeded.