#ive - invoice customization
1 messages · Page 1 of 1 (latest)
OK
So I don't believe you can do that unfortunately. This doc page contains all the customization that is possible for Invoices: https://stripe.com/docs/invoicing/customize
And could I stop to create Invoice by Stripe only confirmation will be done? The Invoice will be done by our Company.
Not sure what you mean. If you're talking about automatic collection, you can disable that: https://stripe.com/docs/api/invoices/create#create_invoice-auto_advance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Our tax authorities are pushing us to use only one SW for invoicing. They do not accept invoices from Stripe.
So when a customer pays for a subscription, he/she will only have a confirmation of payment, not the option to download an invoice. Only our company will send the invoice to customer.
Maybe it would be helpfull to chage of name "Invoice" to "Proform Invoice".
Yeah, as stated above, that's unfortunately not possible
And what about to stop the sending Invoice?
You can manage email settings here: https://dashboard.stripe.com/settings/billing/automatic
And how to turn off the ability to download Invoice after making a payment?
Are you using the API or dashboard to create invoices?
dashboard
You can send the invoice or link manually then (this won't send an email from Stripe to them with the invoice link and attached pdf):
Then, you can just send them the link to the invoice manually on your end:
There isn't a way to download the pdf from the hosted invoice payment page (I don't think)