#pedrolino25-invoice
1 messages · Page 1 of 1 (latest)
hi! no there isn't, our Invoice/Subscriptions products don't support separate authorisation and capture at all.
ok, and is it possible to describe the items charged in a payment intent receipt? Like VAT, comissions...
My problem here is that I have to capture the payment intent after a confirmation from the service provider, and I also need to have a receipt with a full description of all charges
including VAT
not for raw PaymentIntents no
this might be a use case for the new Orders API, not sure if it supports auth-and-capture though, looking
seems like it does https://stripe.com/docs/api/orders_v2/create#create_order_v2-payment-settings-payment_method_options-card-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so ultimately our official product answer for today is going to be that if you need line itemisation and tax support etc, while also supporting auth-capture that's what the Orders API is aimed at rather than one-off invoices https://stripe.com/docs/orders