#tilted_code
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/1405098090129526835
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
but for some reason stripe doesn't send transaction emails on subscription purchase now
which emails exactly? the payment receipts?
hi
yes the post payment receipts / invoice
after the transaction is complete
you can enable payment receipts in your dashboard here: https://dashboard.stripe.com/test/settings/emails
okay it states : This setting is ignored when you create a payment in the API and provide the receipt_email parameter. and I am using the api so I need this possibly
so do I also need to provide invoice_creation or other invoice related setup in the checkout data so that my users get the invoice reminders? or is that through the dashboard directly
okay it states : This setting is ignored when you create a payment in the API and provide the receipt_email parameter. and I am using the api so I need this possibly
if you are using Checkout Session, just enable the setting an it should work. no change in your code is needed.
that is weird because it is enabled
can you share a specific customer ID (cus_xxx) that should have received an email but didn't?
cus_SquPnr1CodVOTq
that customer has a single invoice for $0, I'm not sure if we send emails for $0 invoices.