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

发布于 2024-10-02 00:33:35 字数 418 浏览 1 评论 0原文

我有一个应用程序,每月向用户收取少量费用,但该金额可缴纳增值税。 1 月份增值税从 17.5% 调整为 20%。

Paypal 如何处理这个问题?我可以在 API 中看到您应该传递税额 https://cms.paypal.com/ us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments

这是否意味着我们必须代表客户在一月份更新每笔定期付款?

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%.

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

Does this mean we have to update every recurring payment on behalf of the customers in Jan?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄荷→糖丶微凉 2024-10-09 00:33:35

答案是 - 您必须修改每笔付款。伟大的!您可以执行此操作的一种方法是使用一个按日期存储增值税值的表。

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

然后根据每次定期付款后贝宝的响应,计算下一次付款的天数,使用增值税表计算出税收是否有变化,如果有,则将价值变化应用于定期付款。 (叹)

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文