#shane
1 messages · Page 1 of 1 (latest)
It seems like the only option I have to send for the invoice is days_until_due
Are you wanting all invoices to include the same custom information? Or do each of them need a different customization?
Only a select few need to include this custom information.
So you would need to updated the Invoice before it is finalized for this to be possible. That means, if you auto-advance the Invoice to pay immediately, you won't be able to do this on the first Invoice of the Subscription.
That being said, you can listen for the invoice.created webhook Event and programmatically update the Invoice with custom footer, memo, and/or fields during the 1 hour period between creation and finalization for all subsequent Invoices.