How to get tax settings and rates from recurly payment method

171 views Asked by At

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!

1

There are 1 answers

1
rafiki_rafi On

Unfortunately Recurly doesn't support pulling tax calculation data (i.e. tax rates) through the API yet. I would recommend to use a 3rd party to calculate your tax rates for now.