简体   繁体   English

贝宝的定期付款逻辑是否考虑了增值税的变化?

[英]Does Paypal's Recurring Payments logic take into account VAT changes?

I have an application that will charge users a small fee on a monthly basis, but the amount is VAT-able. 我有一个应用程序,该应用程序将按月向用户收取少量费用,但是该金额可以增值税。 VAT is changing in January from 17.5% to 20%. 一月份的增值税将从17.5%更改为20%。

How does Paypal handle this? 贝宝如何处理? I can see in the API that you should pass the Tax Amount https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments 我可以在API中看到您应该通过税额https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments

Does this mean we have to update every recurring payment on behalf of the customers in Jan? 这是否意味着我们必须在一月份代表客户更新每笔定期付款?

The answer is - you have to amend each payment. 答案是-您必须修改每笔付款。 Great! 大! A way you could do this, is have a table that stores the VAT values by date. 您可以使用一种方法来存储按日期存储增值税值的表格。

1st January 2010 - 15%
4th January 2011 - 17.5%

Then on the response from paypal after every recurring payment, calculate the days to the next payment, work out if there is a change in tax using the VAT table, if there is then apply a value change to the recurring payment. 然后根据每次重复付款后贝宝的响应,计算下一次付款的天数,使用增值税表计算税款是否有变化,然后对重复付款进行价值更改。 (sigh) (叹)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM