#asadullah-tax

1 messages · Page 1 of 1 (latest)

lilac dawn
#

You can define service fee as one of your product/price with PaymentIntent/Checkout as you want. For Tax it would be a bit specific that you would want to use either Tax Rates or Automatic Stripe Tax (additional fee from Stripe)

normal glade
#

How would Tax Rates help me in this scenario?

#

I want to break the invoice. so that I may show my customer the amount of service fee is applied, the tax is charged, and the total amount he will pay for booking his service.

lilac dawn
#

If you specify tax_rates when creating the Invoice, the Invoice will include that amount!

normal glade
#

So you mean to say that I would make two tax_rates objects by the name of service-fee & tax-name, then attach them to the invoice object, right?

lilac dawn
#

No, the tax_rates object is just for your tax. For your service fee, you would want an item inside line_items on Checkout, for example, if you use Stripe Checkout