Hey, I found another small bug in the Sales Invoice API: When I create a Sales Invoice, I set the VAT rate to "21.00" in my request. In the response of the create request, the VAT rate is then returned as "21" by the Mollie API.
This behavior is inconsistent with the order API, where the VAT rate is always specified with the correct number of decimals.
Tagging @iron imp