#tamntn-billing-questions

1 messages · Page 1 of 1 (latest)

crude oriole
#

That approach seems sound, given what you mentioned about your use-case. Now let me tackle the individual questions.

#

after including the products for the invoice, how do we specify a booking fee on top of it? right now a simple hack is to use a custom tax value named Booking fee but it feels wrong
I wouldn't use Tax to include a fee. Is there any reason you couldn't simply specify the application_fee on one of the Payment Intents that gets created for the Invoice?

#

will this work with all the payment methods above?
Yup! Pretty much all the payment methods that you use with Payment Intents are also supported with Invoices, as Invoices are built on top of Payment Intents

#

one pro of using the payment intent is the ability to authorized the charge first at booking time and capture it at booking acceptance. Can we achieve this somehow by using invoice?
Yes! You would have to create a separate Payment Intent for the authorization and (on booking acceptance) either add that Payment Intent to the Invoice to charge the authorized amount, or cancel the Payment Intent and create a new one for an updated amount.

gleaming elm
#

thanks for the respond btw! 🙂

crude oriole
#

Ahhh, okay. Then in that case you would just add an Invoice Item to the Invoice for the amount