#juchom_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.
âąď¸ 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/1280873384833450169
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Hello
If this is an automatic charge for a Subscription, it fails because it's an off-session payment. There's no customer on the session to complete the next steps. Therefore it fails immediately.
Ok, so this event (requires_action) is only happening when user is on-session ?
requires_action is a possible underlying state of PaymentIntent. Yes, it goes to this state when the customer is on session and attempts to confirm a payment that requires next steps.
Ok, it's clear ! (And make sense)
Thanks a lot
Happy to help.
one quick question, is there a stripe event when a payment method will expire in 30 days ?
I don't believe we have an event for PaymentMethod objects expiring, no..
Ok, so the only way to notify a customer that his card is about to expire is with stripe emails ?
Correct. The other option would be to track the expiry date for each customer on your end (in your Database)
ok, it's clear !
Thanks a lot