#leo-nf-frontend_invoice-receipts
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/1241067534216597627
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! What's the collection_method of this Invoice? Is it charge_automatically or send_invoice
leo-nf-frontend_invoice-receipts
It is charge_automatically
I don't want to send them an invoice because they will be paid automatically.
await stripe.invoices.pay(stripeInvoice.id);
I just want to send them the reciept "You have been charged.."
Gotcha - so generally if you want to automatically send these refunds you'd enable it through the dashboard (The "successful payments" setting at https://dashboard.stripe.com/settings/emails).
Would also recommend reading https://docs.stripe.com/receipts?payment-ui=direct-api#automatically-send-receipts if you haven't already
I have that turned on, but I'm not getting any emails
I read that page already too
Also, I have a different setup, because I am not creating a payment intent. The user already has a deafault payment method for the invoice. I am just creating the invoice adding invoice items and paying it
Is this a testmode Invoice? Or is a live one?
It is test mode
In testmode we don't send receipts/most emails automatically
It's called out in the doc I sent you
๐ go ahead
In my receipts it says "Receipt from Streamline Digital Holdings", but my account has the name of "Nativeframe". Why is that?
I want the reciepts to say "Native Frame" not "Streamline Digital Holdings"
I tried putting the account id as on_behalf_of but it did not let me use the same account ID I was already using
Do you have an example Invoice ID I can take a look at?
in_1PHTxFGz9I1J1XOF71kzyhzN
I believe "Streamline Digital Holdings" is being pulled from the Business name you have set (you can update that in your dashboard settings here https://dashboard.stripe.com/settings/update/public/support-details)