#kayl
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I believe you can turn it off via dashboard setting under
https://dashboard.stripe.com/settings/billing/automatic
i already turn off the "Email finalized invoices to customers"
which one should i turn off?
You can also disable Upcoming renewal emails I believe
its already turn off the "Send emails about upcoming renewals
"
I see. Hmm, those are the only settings that I know of. I'd recommend working with our support team about this as they can look into this
https://support.stripe.com/?contact=true
I can take a quick look if you can share the invoice ID and see if anything jumps out
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok sure
Invoice #EFA4021D-0001
Ah can you look for the invoice id via the dashboard by searching above text?
it should start with in_xxx
in_1NL5lADEdiMvtemhxFz80LRL
sorry my bad
our use case is we want to disable the stripe email sending because we already handled the invoice sending on our end
Ah it looks like three requests were made by your PHP/Laravel Cashier backend to send invoice API explicitly
https://dashboard.stripe.com/logs/req_Qet0DwEc66rYHu
https://dashboard.stripe.com/logs/req_DkSOkB2YvlLs3f
https://dashboard.stripe.com/logs/req_JVN17a79LKaE4A
So these emails weren't sent "automatically"
Something in your code triggered it
i see , ill investigate thank you so much
NP! ๐ Happy to help