#leo-nf-frontend_invoice-receipts

1 messages ยท Page 1 of 1 (latest)

hoary treeBOT
#

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

ruby ivy
#

Hello! What's the collection_method of this Invoice? Is it charge_automatically or send_invoice

hoary treeBOT
#

leo-nf-frontend_invoice-receipts

rose obsidian
#

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.."

ruby ivy
rose obsidian
#

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

ruby ivy
#

Is this a testmode Invoice? Or is a live one?

rose obsidian
#

It is test mode

ruby ivy
#

In testmode we don't send receipts/most emails automatically

#

It's called out in the doc I sent you

rose obsidian
#

Got it

#

Thanks

#

I have one more question.

ruby ivy
#

๐Ÿ‘ go ahead

rose obsidian
#

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

ruby ivy
#

Do you have an example Invoice ID I can take a look at?

rose obsidian
#

in_1PHTxFGz9I1J1XOF71kzyhzN

ruby ivy
hoary treeBOT