#panzors
1 messages · Page 1 of 1 (latest)
hello! we don't support sending most emails in test mode. the 3DS email is one of those emails that we don't send in test mode
Oh no!
Is there a way to monitor emails in the live environment?
i'm not too sure i understand what you mean by monitoring emails in the live environment?
Is there a place where I can check that 3ds reminders have been sent to the customer. Like an event or log?
On invoice payment failures because 3ds has not been filled out, as a support member of my team, I would like to resend via the dashboard the invoice and guide my customer through the 3ds flow
i think the Dashboard should display that the 3DS reminder has been sent. If you reach out to Stripe Support - https://support.stripe.com/contact, they should be able to confirm that for you. We mainly help with developers who want to integrate directly with the Stripe API here on this channel so we're not always very familiar with the Dashboard behaviour
On api webhook events, does invoice.payment_failed publish with a decline_code of authentication_required? when the draft finishes?
(sorry, that was a dumb question), i don't see anything that jumps out at me in the failed event that tells me about why it failed
the Invoice object doesn't have a decline parameter. If you want to see why the Invoice payment failed you would probably want to retrieve the corresponding PaymentIntent to see what's it's status, or listen for the payment_intent.* events