#wendy
1 messages · Page 1 of 1 (latest)
Hello
The initial invoice on the Subscription will always be finalized immediately, regardless of default_incomplete.
So it isn't really possible to set custom fields on this initial invoice. And we don't yet support custom fields for Subscriptions directly
collection_method if set to sendInvoice?
but i don't want actual invoice to customer
Yeah I should amend my above statement
You are correct, if you switch to send_invoice then this is possible
What you could do here is just finalize the initial invoice and toggle auto_advance: false (https://stripe.com/docs/api/invoices/finalize) This will stop the invoice from being sent.
the send_invoice setting will not trigger the email until i make a finalize invoice call (after i update the custom settings)?