#jeingo
1 messages · Page 1 of 1 (latest)
you'd need to pass https://stripe.com/docs/api/invoices/create#create_invoice-automatic_tax-enabled to have tax items included
ah no you use tax_rates, never mind
ultmately that's just normal, in your second screenshot you are looking at the PaymentIntent , right? it has an ID pi_xxx in the top right?
the PaymentIntent does not have tax or line items, it's just the raw amount. The details of line items and taxes are on the Invoice object in the page in the dashboard for the Invoice (`in_xxx).