#juchom_webhooks

1 messages ¡ Page 1 of 1 (latest)

signal axleBOT
#

👋 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.

fathom wedge
#

Hi, let me help you with this.

tiny canyon
#

Hello

fathom wedge
#

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.

tiny canyon
#

Ok, so this event (requires_action) is only happening when user is on-session ?

fathom wedge
#

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.

signal axleBOT
tiny canyon
#

Ok, it's clear ! (And make sense)

Thanks a lot

fathom wedge
#

Happy to help.

tiny canyon
#

one quick question, is there a stripe event when a payment method will expire in 30 days ?

cobalt agate
#

I don't believe we have an event for PaymentMethod objects expiring, no..

tiny canyon
#

Ok, so the only way to notify a customer that his card is about to expire is with stripe emails ?

cobalt agate
#

Correct. The other option would be to track the expiry date for each customer on your end (in your Database)

tiny canyon
#

ok, it's clear !

Thanks a lot