#iangabrielsanchez
1 messages · Page 1 of 1 (latest)
You can do this at customer level:
https://stripe.com/docs/api/customers/create#create_customer-invoice_settings-footer
But all customer's invoices will be impacted
we want to add additional context to what we are charging for, like a list of purchase order numbers for a billing period. do you have any recommendations?
Are these additional items or just additional details to the Subscipriton's items ?
just additional details to the subscription items.
here's a high level view of how we sell things:
customers can have branches(one to many), branches have locations(many to many), each location can get one plan(one to one).
a plan is a stripe product that are charged monthly.
on their invoice it only says something like "Plan A - 5x",
we want to list down which plan is associated to a location in the invoice. i dont think it would make sense to add 1 product per location x plan combination.
customers can also have additional things besides the plans, i.e. licenses that are paid monthly. these licenses need a purchase order and we want to list down the purchase order numbers for the current billing cycle.
Sorry for the late reply, checking...
customers can also have additional things besides the plans, i.e. licenses that are paid monthly. these licenses need a purchase order and we want to list down the purchase order numbers for the current billing cycle.
These license aren't invoice items ?
Otherwise try updating the invoice's descriprion:
https://stripe.com/docs/api/invoices/update#update_invoice-description
Add custom fields:
https://stripe.com/docs/api/invoices/update#update_invoice-custom_fields
Or update it's footer to set these details:
https://stripe.com/docs/api/invoices/update#update_invoice-footer