#jameschargy
1 messages · Page 1 of 1 (latest)
We don't show tax/VAT details on receipts, only invoices
Ok - so we would need to manually generate an invoice for these payments?
i.e. send a call to Stripe invoice API
Depends, how are you integrating today?
We have products set up that we use for users signing up to our services. Invoices are generated fine for these.
We also allow Apple/Google Pay for one off payments. We use the Payments API for these. We generate these manually with payment intents and capturing these at the end of the process.
We would like to show VAT for these manual payments
So you're using Payment Intents directly, not via Checkout or something?
yep
Sounds like you could just use the Invoicing API if they're one-off payments that require invoices
Yep that's what I thought, just wanted to double check here first in case there was a simpler way
thanks for your help
np
The HIP supports wallets like Apple Pay, too: https://stripe.com/docs/invoicing/hosted-invoice-page
awesome, thanks