#m4tr1ck_docs
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/1349356851363315898
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- m4tr1ck_api, 3 hours ago, 15 messages
Not really documented anywhere no. Generally we'd only email recurring, charge automatically invoices on receipt of payment (if you have that setting enabled)
How long does stripe wait until sending an email for an invoice with paymentIntent status set to requires_action for a card with 3d-secure and if I have set auto_advance = true with finalizing the invoice and calling the confirm on the paymentIntent? We have smart retries enabled with 8 times within 2 weeks.
Does stripe wait or should I wait for the return of the redirect of the user?
If i'm correct within the redirect to the authorization page the paymentIntent will return with succeeded but I would like to prevent stripe to send a mail based on the event invoice.payment_action_required
I hope it is understandable what i'm trying.
Is it a recurring invoice? What's the collection_method?
(an in_xxx example would be helpful)
We'd only send an email on .payment_action_required events if you enabled them AFAIK: https://docs.stripe.com/billing/revenue-recovery/customer-emails#payment-confirmation-notifications
Overall I don't really know what you're trying to do/prevent. Feels like you're skirting around the actual question
I'm sorry it is a one-time invoice.
How long does stripe wait until sending an email for an invoice with paymentIntent status set to requires_action for a card with 3d-secure and if I have set auto_advance = true with finalizing the invoice and calling the confirm on the paymentIntent?
AFAIK we'd send the invoice immediately on finalization forcollection_method: 'send_invoice'
And I set the collect_method to send_invoice
What is happening in the test-mode? Does it set a log entry to show that an email would be send like in the live-mode or is there any other indicator?
We don't send any emails automatically in test mode and there's no logs to indicate if one would of been sent
But generally finalization = email sent for send_invoice invoices
Hm okay. I unterstand. Thank you very much.
Maybe it would be a good feature for other devs to see an fake event/activity entry that an email would be send in the live-mode.
Agreed
Have a nice day ๐