#nicolas-fuhrmann_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/1228280160130826281
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
stripe does not send automated invoice mails anymore.
can you share an Invoice ID (in_xxx) where the email wasn't sent?
hi! sure thing. Invoice ID = in_1P4gW7KPyb14RPsNSSrBTDuU
Screenshots from customer created + invoice page attached
thanks! give me a few minutes to look into this.
in case you want to take a look at BE settings for billing / mails - this is how our account is currently set up
๐ taking over for my colleague. Let me catch up.
when you said 2 weeks ago it was working fine, do you happen to have an invoice ID I can look at?
is it possible to restore deleted customers? ive removed all test customer accounts as we planned to go live
you can still look at the logs
it will show you the created invoices and other resources
even if you delete a customer you don't really delete them from the system you for traceability reasons you just disable them so to speak
i have the invoice PDF / link here: https://invoice.stripe.com/i/acct_1OhtTRKPyb14RPsN/live_YWNjdF8xT2h0VFJLUHliMTRSUHNOLF9Qb0RHdnowanJ5T2p6QXpZZmZKWTJqcExCY2hhVGtpLDEwMjAwMzcwNA0200p0tAMkws?s=em
Looking at logs now
i think this invoice shouldve been sent automatically: in_1OyapiKPyb14RPsNUAiuMJNA
sorry it's taking me so long, but I'm trying to find the two invoices that were delivered this morening
sorry its taking me so long to go through logs ๐ all good!
no worries
no need I'm taking a look
I can't seem to find any invoice that was created previously
before March 26th
yeah before we were in test environment. But the one i sent to you was created and shouldve been sent automatically correct?
in_1OyapiKPyb14RPsNUAiuMJNA
at least i get an invoice send
but this was triggered by clicking on the send button on the dashboard
oh wow i thought this was already automated but that would explain why its not working
then i guess it never worked at all and we now need to figure out why backend setting to send automated invoice are not working for me right now
I'm trying to verify this
an idea: for invoice payment on https://registration.integrity-star.com/login/?rsvp=NoCode
we never redirect to stripe invoice page but only send invoice details in the background and lead the client directly to an success page. Maybe this causes issues?
no it seems that manually finalizing the invoice is breaking the send flow
hmm we are not manually finalizing invoices.
you are and here's an example https://dashboard.stripe.com/logs/req_ET3Zbz8QZi3l8Y
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
basically after finalizing on your backend you just need to call the /send API method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and this will solve your issue
thanks ill check it out!
sure let me know if you need any more help
invoices are being sent now. And everything is working. Thanks!
Our devs did not notice anywhere in your docs that finalizing invoices manually breaks email sending flow. Not sure if we missed it or it was missing in docs. Probably a mistake on our side.