#obrien_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/1351273361988386887
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is the option under /settings/billing/invoice for connected accounts
Basically some of our users do not onboard and wont be collecting payments online, and need to remove the payment instructions from the PDF invoice
so need a way to remove this or add it based on the user
Hello
I don't believe this option is configurable through the API unfortunately
Have any ideas to be able to work around it? can i configure a template in my plaform and have those users use that template?
by users = connected accounts
Hmm I don't think templates would work but have you looked into using custom fields on invoices?
Like, once the invoice has been finalized - you can call the API to update a custom field to reflect the hosted_invoice_url - https://docs.stripe.com/api/invoices/object#invoice_object-hosted_invoice_url
https://docs.stripe.com/api/invoices/update#update_invoice-custom_fields
is that setting automatically checked when the connected account is created? is it copied from the platform accounts settings?
I'm not sure about what/how the dashboard does it unfortunately.
got it