#florian-ruen_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/1277604532037353472
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- florian-ruen_api, 4 days ago, 7 messages
- florian_subscription-invoice, 5 days ago, 14 messages
- florian-ruen_api, 5 days ago, 33 messages
- florian-ruen_best-practices, 5 days ago, 90 messages
hi there!
It seems this is available using Stripe Dashboard, but I can't see how to setup this by API
And if I'm using template called "test", when fetching using API this subscription, there is no fields called "invoice_template": "test"
here on Discord we are not very fmiliar with the Stripe dashboard. for this types of questions you should ask Stripe support: https://support.stripe.com/contact
Understood, but my question is more: there is a way using API to setup an invoice template using Create subscription API ?
I think it's available on Stripe Dashboard, so should also be available using API call
oh sorry, I missunderstood your question
no, that feature seems to be dashboard only. I don't see a way to set that using the API.
Damn, so If my workflow is to create a subscription using API using specific invoice template (this template will hide and group some invoice items) I can't ...
Because as I see, the template set on Dashboard can't be set as "default", so if no set will use default Stripe settings, which is not the best for me
It seems there is an "invoice_settings" field on create subscription API, but only issuer and tax fields inside, no template ...
looks like there's a beta access you can request for this: https://docs.stripe.com/invoicing/group-line-items?dashboard-or-api=api#group-invoice-line-items
Good! Will ask for this feature, thanks a lot!