#xfechx_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247822329728335923
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Klarna isn't available for Invoicing:
https://docs.stripe.com/payments/payment-methods/integration-options#support-buy-now-pay-later
- How to dinamically add footer or header info like tax id to invoices.
https://docs.stripe.com/invoicing/customize
ok, so I need a checkout session
I want to customize dynamically, not through dashboard
depending on the account, there is info that will change
You can do that using the Stripe API
I inivte you to readh the guide I shared with you
thanks, where do businesses usually add the tax info to invoices?
It depends on each business use case
generally
where can one add custom info to invoices?
What about invoices that are made from payment forms
You can set account tax id by account:
https://docs.stripe.com/invoicing/taxes/account-tax-ids?dashboard-or-api=api
Or you add custom fields/footer in each invoice
custom fields are only in footer?