#sanderfish_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/1328587008771096608
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! It's not possible to display tax as it's own line item in the receipt with the Tax Calculations API. If you really want to include it somehow, you could consider listing it down in the description field : https://docs.stripe.com/receipts?payment-ui=direct-api#customizing-receipts
Just browsing further docs. Here the example adds tax_calculation to the metadata of the payment intent creation call. Would that make a difference? https://docs.stripe.com/tax/tax-for-platforms#custom-flows-using-the-stripe-tax-api
no, the metadata isn't displayed on the tax receipt
right, so this is a difference between using Stripe Checkout vs the API?
yep