#antonia_unexpected

1 messages ยท Page 1 of 1 (latest)

pale cloakBOT
#

๐Ÿ‘‹ 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.

south quartz
#

hello! can you share a few example invoice ids where this happened?

sturdy fiber
#

2BC98E48-0002

south quartz
#

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

sturdy fiber
#

where do I find the invoice id

south quartz
#

if you navigate to the invoice in your Stripe Dashboard, there should be the invoice id in the URL

sturdy fiber
#

in_1TL7hOLGbQMYpyNmse4aYCwm

south quartz
#

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?

sturdy fiber
#

yes

#

we changed it to the personal address of the customer but it was sent to info

south quartz
#

okay, give me a while to look into this

sturdy fiber
#

thank you

pale cloakBOT
lunar fjord
#

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?

sturdy fiber
#

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@

lunar fjord
#

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

pale cloakBOT
#

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.

sturdy fiber
#

The customer received the email Monday, 13. April 2026 08:29 if that helps

lunar fjord
#

ah I think I might know what happened

#

yeah, so there are a few different types of emails to consider here:

  1. invoice email (not sent for this invoice as the invoice was not sent for manual payment)
  2. invoice receipt (sent to the current customer email address on April 21)
  3. 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

sturdy fiber
#

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?

lunar fjord
#

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?

sturdy fiber
#

no for sepa

lunar fjord
#

can you clarify what you mean by 'invoices are not attached to the emails'?