|
|
|
|
|
by moe
4157 days ago
|
|
Yes, well, I used "payment processing" as an umbrella term here. Because what you mention is in fact one of the things that people often only realise after they're already halfway into implementing a pretty Stripe binding; "Oh, oops, we have to send proper invoices, too". And then "Oh, dunning, pro-rating, etc. turns out a lot more complex than I thought". I've been there a few times, it can be done, but it has been a nightmare every single time. |
|
For example, it's all very well having the payment service work out the actual VAT and do the invoicing, but under existing consumer protection laws in various EU states you still have to show the tax-inclusive price throughout. That immediately means you can no longer display a static price on your web site, if you add VAT at the appropriate local rate to a fixed base price rather than having a fixed total price paid by the customer and then taking a different VAT hit internally depending on where each customer is.