billduapp / api_documentation

Documentation for Billdu.com REST API
0 stars 2 forks source link

Invoice items - is it possible to send price including VAT? #6

Open VojtechDrda opened 2 years ago

VojtechDrda commented 2 years ago

Hi everyone,

I create invoices in Billdu based on orders from an online store. I need the invoices to match the orders exactly. Billdu does round the prices with VAT in a different way the online store does.

Is it possible to create invoices in Billdu with prices including VAT? This way, the price with VAT would match order from online store.

Like sending Price with VAT, VAT rate and PriceIncludesVat = true.

Thank you in advance.