#renepardon-invoice
1 messages · Page 1 of 1 (latest)
Per Subscriptions there will always be an Invoice generated. You can prevent it being sent by disable the option "Email finalized invoices to customers" in your Dashboard: https://dashboard.stripe.com/settings/billing/automatic
per purchase I assume you are talking about PaymentIntent? There won't be any Invoice generated in the first place
so with single payments and with subscriptions there will be no invoices sent when i disable the checkbox? because my application is sending already invoices - wouldn't make sense to have duplicates here. Thank you so far!
"with single payments and with subscriptions" is a bit confusing to me. Single Payments doesn't generate Invoice at all ~
with subscriptions there will be no invoices sent when i disable the checkbox?
yes!
With single payment I meant „one time payment“, without subscription
a one time payment doesn't generate an invoice
Perfect