[Plugin] VAT Number Validation & EU Rates

Editor link: https://bubble.io/page?type=page&name=vat&id=examples55&tab=tabs-1

3 Likes

This is awesome!

1 Like

Happy to see this as I’ve been trying to do something similar. Do you have documentation for the plugin or is it simple enough to use?

Generally I’m looking to charge VAT depending on a users billing location. My business is UK based, so I need to:

  • Bill UK residents 20% VAT
  • Bill EU residents 20% VAT
  • Bill EU businesses with no tax number 20% VAT
  • Bill EU businesses with valid tax number EC zero VAT
  • Everyone else at 0% VAT

Is that easy enough to achieve with this plugin?

In short, it should be possible as there is one call dedicated to getting the user’s IP. I know that there are some issues with receiving the user’s IP so you might want to use it in combination with the plugin IPIphy to retrieve the user’s IP.

Editor link: https://bubble.io/page?type=page&name=vat&id=examples55&tab=tabs-1

Ok great. It’s cheap so will give it a go :wink:

Yes, I don’t want the price to be a threshold. I have tested it myself and it works great. If there’s any issue let me know and I’ll try to resolve it. :wink:

If you need the same calls in the form of Workflows, let me know and I’ll add them!

Yeah I need them in a workflow! I’m using this alongside another form for Stripe processing. Need to validate the VAT number before allowng them to continue on button click (if input is not empty).

I guess I need to use two different conditionals. Something like

  1. "If this input VAT's country code is not input VAT number's country code throw an error
  2. If this input VAT number's VAT number is not valid, throw an error

Is that possible?

Yes sure it’s possible. Give me 1-2 days to add it.

Great. Thanks.

I just added the Workflow actions for you. Sorry for the delay :wink:

No problem, it gave me chance to do some other work. Thanks for adding that, I’ll give it a try.

Hi @nocodeventure ,
A quick question about your VAT Number Validate & EU rates Plugin for Bubble- does it produce VAT invoices as well ? Also, do you happen to know if it works in line with the recent new VAT responsibilities of an online marketplace from HMRC?
Thanks

Hi @Koo,

Regarding your questions, this plugin only calculates the tax. For VAT invoices, look into my invoicing plugin or create one yourself with the SelectPDF plugin.

I have no idea if the plugin works in line with the HMRC responsibilities, there is a live demo you can explore to see if the plugin is the right fit for your project at https://examples55.bubbleapps.io/vat

1 Like