#kayl

1 messages ยท Page 1 of 1 (latest)

steel summitBOT
steady frigate
#

this is my code , after that stripe sent an invoice email to customer

unique thunder
#

These settings manage finalized invoices as well as invoice reminders, so you can disable these if you'd like

steady frigate
#

i still can received webhooks right?

#

because we handle the invoice sending on our end

unique thunder
#

Yep, these email settings don't affect webhooks and events

steady frigate
#

which one do i need to disable here?

#

i haven't configure this setting yet. this is the default config of stripe

unique thunder
#

The settings under "Manage invoices sent to customers" should be disabled

steady frigate
#

how can i disable? thats the only option there

unique thunder
#

Hm, it should just be to make sure that "Email finalized invoices to customers" is disabled, which it is

steady frigate
#

yeah but the customer can still received an invoice email from stripe

unique thunder
#

Do you have the invoice ID for the invoice above?

steady frigate
#

in_1NLBpkDEdiMvtemhBWeaoc5S

unique thunder
#

Calling this endpoint overrides your billing settings and sends the invoice to the customer

#

@steady frigate let me know if this helps!

steady frigate
#

i dont think i trigger that sendInvoice()

the code that i have is this, basically i just follow whats on the documentation

unique thunder
#

If you pull up in_1NLBpkDEdiMvtemhBWeaoc5S in your Dashboard, you can see the calls to /send if you scroll down to the "Logs" section

steady frigate
#

so basically there is no way to disable it

unique thunder
#

It is possible to disable these emails. We mention it here, too: https://stripe.com/docs/invoicing/send-email

The reason this customer received an invoice over email (multiple times) is the Send Invoice API. Some PHP code is making calls to this endpoint

Send emails to your customers with or without code.

steady frigate
#

hmmpp okay i see, ill look into it, thank you btw.

unique thunder
#

sure thing!