#nukes_invoice_receipt
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/1461397230182469653
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Does calling the Send Invoice API work? (you likely have to try in prod)
nukes_invoice_receipt
hmmm, I don't know. I'm not sure I have a valid invoice yet in prod.
Yeah I'd recommend trying that way quickly
Otherwise try to look at what the Dashboard does to resend that Invoice
I think the right way is to call the Update PaymentIntent API and pass receipt_email and that resends the associated Invoice email but that can't be tested in Test mode
oh, I guess I could pay the invoice out of band.
I won't get charged for that on my production account, will I?
Hi 👋
I'm stepping in as my colleague has to go soon
When you "I won't get charged", what do you mean? Do you mean will we charge the customer or do you mean Stripe fees will apply?
Stripe fees. I was going to create a one off invoice to myself in prod, and then mark it as paid out of band to test.
Unfortunately I cannot speak directly to Stripe fees. I am also unsure why you would do that to test resending receipts.
The 0.4% or 0.5% pricing charged for one off invoices: https://support.stripe.com/questions/stripe-invoicing-pricing
Stripe Invoicing offers two pricing tiers: Invoicing Starter at 0.4% per paid invoice for businesses with simpler invoicing needs and Invoicing Plus…
This is what was suggested here
Yes I cannot speak to whether or not this would incur fees. That's a good question for our Support team here: https://support.stripe.com/contact
since emails do not get sent in nonprod envs.
is there some other way to determine how to re-send invoice payment receipts via the API?
I agree with my colleague that updating the Payment Intent's receipt_email is likely the best approach.
We do state that, under certain conditions, we will send emails from a Sandbox account: https://docs.stripe.com/billing/revenue-recovery/customer-emails#test-your-configuration. But this can be VERY finicky and doesn't always work. I suggest testing it out but would not recommend relying solely on it.
ok, let me give it a shot.