#jameschargy

1 messages · Page 1 of 1 (latest)

noble currentBOT
thorn lynx
#

We don't show tax/VAT details on receipts, only invoices

jade steeple
#

Ok - so we would need to manually generate an invoice for these payments?

#

i.e. send a call to Stripe invoice API

thorn lynx
#

Depends, how are you integrating today?

jade steeple
#

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

thorn lynx
#

So you're using Payment Intents directly, not via Checkout or something?

jade steeple
#

yep

thorn lynx
#

Sounds like you could just use the Invoicing API if they're one-off payments that require invoices

jade steeple
#

Yep that's what I thought, just wanted to double check here first in case there was a simpler way

#

thanks for your help

thorn lynx
#

np

jade steeple
#

awesome, thanks