#corinne-invoice
1 messages · Page 1 of 1 (latest)
Hi 👋 no there isn't. Our Invoice template will populate based on the information from the associated Invoice object.
OK so to do this, we would need to apply our own logic to the stripe invoice inputs to convert it into our preferred format and render a different invoice
Correct, you would either need to adjust your objects within Stripe so that they align with what you want to show, or build your own solution to adjust the data that is shown to your customers.
If you're working with our Subscriptions, then you can use these approaches to shift the billing_cycle_anchor which will adjust when each billing period begins:
https://stripe.com/docs/billing/subscriptions/billing-cycle
thanks!