Tax is not calculated

Hi I have difficulties with tax setting as they are not calculated

I have set

CH=8.0% 
US=1.0%

When I now select the country from the drop down on the stripe pro form page in both cases the Tax is 0% and the sum is 0 as well

This is the code

[s2Member-Pro-Stripe-Form] 
[s2Member-Pro-Stripe-Form level="2" ccaps="" desc="Yearly payment of 468 EUR + tax, (recurring charge)" cc="EUR" custom="pdr.127.0.0.1.xip.io" ta="0" tp="14" tt="D" ra="468" rp="1" rt="Y" rr="1" coupon="" accept_coupons="0" default_country_code="US" captcha="0" /]
[s2Member-Pro-Stripe-Form level="3" ccaps="" desc="Monthly payment of 49 EUR + tax, (recurring charge)" cc="EUR" custom="pdr.127.0.0.1.xip.io" ta="0" tp="14" tt="D" ra="49" rp="1" rt="M" rr="1" coupon="" accept_coupons="0" default_country_code="US" captcha="0" /]
[/s2Member-Pro-Stripe-Form]

I have a fresh WP install and the site is not yet online

This is the JSON coming back from the server with the calculation results:

{"trial":true,"sub_total":"0.00","tax":"0.00","tax_per":"","total":"0.00","cur":"EUR","cur_symbol":"\u20ac","desc":"Yearly payment of 468 EUR + tax, (recurring charge)"}

However when I look inside my stripe account I see in the metadata that the Tax was calculated and the tax amount is set.

I work on such problem too, long time ago… There in Stripe API is a bug, that prevent calculating of taxes, or do wrong calculations, if the member sets his payment address in Pro form, or there is a “pre-selected country”. As for now I have no solution for that…