#karishma_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1235305701723734026
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Thanks! We have Stripe Billing Scale for what it’s worth.
Okay https://docs.stripe.com/invoicing/group-line-items?dashboard-or-api=dashboard#create-an-invoice-rendering-template is what you want to look at. Access via the API is currently in beta so you can fill out that form to request access.
Otherwise you want to add the template when you actually create your Invoice or Subscription via the Dashboard
There is no way currently to set a default as far as I know
Overall we focus on the API here -- we don't know much about the Dashboard. If you have further questions you are likely better off reaching out to our Support team via https://support.stripe.com/contact/login about Invoice Templates
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks. To be clear, we can’t use our invoice template when we create invoices via the api?
No, not unless you get API access via the above
Ok. Are there any work around using the normal invoice api? For example, I noticed there are custom fields in the docs. Can any of those be leverage to separate out line items?
No those would not influence line item grouping
Got it. Thanks