I want to collect recurring payment with tax once a year. But i have website payments standard. Subscription service don't allow collecting Tax. I don't want to put tax money in the website as well, as it will look higher. Is it possible to do it.
Do you use any CMS or script for your site? As i seen there are some hooks for various php CMS / shopping carts which will add paypal transaction fee to amount once you click on pay button. You need something like this
Usually, when creating a subscription button in paypal you can't apply tax like buy now button. To apply tax you have to upgrade to business premier account which will be 20$ permonth. However, i found a way to overcome the above limitation. What i did was calculated the tax price according to the region and added with original product price and sent a custom link to paypal to receive payment with subscription amount including tax. hope this helps someone