I have setup tax for US and New Zealand in Recurly app. I'm using PHP one-time transaction in my magento platform. I have not setup tax in magento since i have setup in Recurly itself(If i setup in magento, tax is calculated in Magento as well as Recurly).
My problem is, if I place an order with $300 from Magento, tax will be calculated in Recurly itself ex:$300+$30(tax) and order will be completed with $330 and display $300 in magento(Since Magento passed $300 only) in order total.
My question is, whether they provide any api to pull Tax setting? So that i can display that to customers and they can be aware of how much they are going to pay.
Thanks in advance!