#alexanderg-expiring-authorization
1 messages · Page 1 of 1 (latest)
Hi there 👋 just to be clear, you're asking if we notify the customer if a pending authorization expires prior to it being captured/confirmed?
I am asking if customer gets email when the expired authorization is auto cancelled by Stripe.
"Failure to capture the payment by this time cancels the authorization and releases the funds. When this happens, the PaymentIntent status transitions to canceled."
This is what I see after expiration in Stripe and need to know if customer got an email saying he is refunded
Thank you for the clarification, no we do not send emails when this happens. And just to clarify, an authorization expiring is not a refund, the funds were never actually taken from the customer's account.
Auth is not taking funds, hence 1. there is no real refund and 2. no email of any kind to customer?
Correct, it only reserves the funds, it doesn't actually take them until the charge is captured.
Does a customer ever get email from Stripe during auth, capture, cancel, refund cycle?
Yes, depending on your settings
Refund emails are discussed here:
https://stripe.com/docs/refunds
But in the case I described (auth expiration) they never get an email?
No, but again, that process does not include a refund.
Thank you!