#Gauravk
1 messages · Page 1 of 1 (latest)
Can you share with me the PaymentIntent ID?
Hi Jack, I don't have one at the moment
Our payment receipts don't include taxation details. What you're describing is an invoice
right I understand, let me share my requirements
A user is paying for the services that we have in the application, user starts with payment intent go ahead and make a payment
now in this process, it a direct payment into stripe account without an invoice
all I am looking for is a way using which I can see the tax break down of the final amount paid by the user for accounting calculation and also send VAT invoice to the user after the payment
Yep, as explained Payment Intents don't generate invoices with taxation details included by default. You'd either:
- Use Checkout (https://stripe.com/docs/payments/checkout/post-payment-invoices)
- Use Invoicing directly (https://stripe.com/docs/invoicing/integration)
- Roll your own invoicing service/solution
thanks for the help I will look into these links