#antonia_unexpected
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/1496052810456895589
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! can you share a few example invoice ids where this happened?
2BC98E48-0002
the above isn't the invoice id I'm looking for ๐
. The invoice id has the prefix in_
also, this is a public channel, so please don't share personal info like email addresses of your customers. I've deleted that message
where do I find the invoice id
if you navigate to the invoice in your Stripe Dashboard, there should be the invoice id in the URL
in_1TL7hOLGbQMYpyNmse4aYCwm
hmmm, so for in_1TL7hOLGbQMYpyNmse4aYCwm, you're saying that the email was sent to a different email from what is currently set on the Customer object?
okay, give me a while to look into this
thank you
hey there ๐ taking over as Alex needs to step away
from our side I see that the receipt for this invoice was sent to j.***al***@d***etes-mo**s.de
can you confirm where you're seeing that an email was sent to the old email address?
It was noct
not
is there a way i can send you a screenshot with customer data?
The customer redirected me his email where you can see that it was sent to info@
the best way to do that would actually be to open a case with our support team so we can assist via email or live chat
that way you won't have to send the screenshot in this public forum
I can trigger a message from the bot with a link for you to open a case
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- ๐งโ๐ป You must be a developer
- ๐ ๏ธ Your question must be about building a Stripe integration
- โ๏ธ Your question must be technical/developer focused
- โฑ๏ธ You must be available to respond in realtime
- ๐ฅ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
The customer received the email Monday, 13. April 2026 08:29 if that helps
ah I think I might know what happened
yeah, so there are a few different types of emails to consider here:
- invoice email (not sent for this invoice as the invoice was not sent for manual payment)
- invoice receipt (sent to the current customer email address on April 21)
- SEPA pre-debit notification email (sent to the previous customer email address on April 13)
apologies for not catching this sooner - you're right, this is actually a known limitation
basically, for 1 & 2, the customer email address is used
but for 3, we use the email address on file for the PaymentMethod object
when you update the customer profile's email, the email on the SEPA PaymentMethod isn't automatically updated
these fields are separate - so this needs to be separately updated via the API
Thank you. We'll take a look at that. We also realised that the invoices are not attached to the emails anymore. How can we turn that on again?
do you mean that invoices aren't being sent for manual payment?
I see that the invoice above has collection_method=charge_automatically rather than send_invoice, so that's why Stripe didn't send an email when the invoice was finalised
or do you mean something else?
no for sepa
can you clarify what you mean by 'invoices are not attached to the emails'?