#simmerz_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/1371897416642724082
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! It should also be updated.
So I can rely on the expiry date to send a reminder to update card information - or not send a reminder if the expiry date has been changed? Or do I only know if it's updated when I try and take payment because the charge attempt fails/succeeds?
hello! i'm taking over this thread for timebox
just double checking, are we talking about our automatic card updater? or is this something else?
https://support.stripe.com/questions/how-can-i-see-cards-updated-automatically-via-card-updater
ah, that's perfect. Yes, that's the one
Those events can be sent via webhook, right?
yep! they are sent via webhook. the docs outline which ones to listen to - it depends on if you're using our legacy sources API or the newer payment methods APIs
I think the payment methods, but that's different to v1 vs v2 api right?
yes, using PaymentIntent and SetupIntent for setting up card payments, so payment methods
yep! so you would listen for payment_method.automatically_updated
Thanks!