Paypal 多币种支付

发布于 2024-12-15 03:05:22 字数 81 浏览 1 评论 0原文

在我们的网站上,用户可以用不同的货币向其他用户进行贝宝捐款,但我们希望以美元保存付款统计数据,有什么方法可以获取贝宝IPN付款总额,自动转换为美元?

On our site user can make paypal donations to other users in different currencies, but we want to hold payment statistics in USD, is there any way to get in the paypal IPN payment gross, automaticly converted to US Dollars?

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

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

发布评论

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

评论(1

一袭白衣梦中忆 2024-12-22 03:05:22

您可以通过获取该货币的总额,然后将其乘以当前的美元汇率来实现这一点。您无法在 IPN 中获取它,因为它发送仅与您的交易相关的变量。当收到变量时,您需要手动执行此操作。

当前的货币汇率可以通过 PayPal Api 进行货币转换,以下是文档链接:

PayPal 货币转换 API

希望这会有所帮助。

you achieve this by getting the gross in that currency and then multiplying it by the current USD rate. you can not get it in IPN because it sends variable only relating to your transaction. you need to do it manually when variables are received.

curent currency rates can be get by PayPal Api for currency conversion, here is link to documentation:

PayPal Currency Conversion API

Hope this helps.

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