#darshan
1 messages · Page 1 of 1 (latest)
Was the receipt created from PaymentIntent?
OK, PaymentIntent doesn't carry information about tax. If you want to display tax info in a customer facing invoice, use Invoicing https://stripe.com/docs/tax/invoicing
So to collect payment I need to change PaymentIntent API to invoice API?
You can use Invoices API + Stripe Tax to let Stripe automatically calcualte tax for you.
Is it work on card also, I dont want to create customer.
I'd suggest you to read through the doc I shared earlier and come back if you have a more specific question.
I have idea about this document. It working with customers. My question is that, I dont want to create customer on stripe. I want tax calculation on card details.
I don't think you can calculate tax based on card details.