stripe-payments - 避免在 Stripe 中进行货币的双重转换

标签 stripe-payments

我们正在使用 Stripe 向我们的客户收取月度订阅费用。我们的总部设在英国,我们有一家英镑银行。我们以美元发布价格,因此我们在 Stripe 中的计划有美元金额。

在向英国客户收费时,如何避免从客户信用卡的英镑到我的价格的美元再到我的银行账户的英镑?我宁愿做 GBP -> GBP 没有转换。

或多或少同样适用于其他货币,我宁愿做 EUR -> GBP 而不是 EUR -> USD -> GBP。

最佳答案

来自 Stripe 支持的 Fred:

Conversion between currencies only happens once when funds are transferred to your Stripe account. If your account is in GBP, and your customer is in GBP, you won't be charged the 2% conversion fee.

When you charge in USD, and have a GBP bank account, Stripe does a quick exchange rate calculation to convert the USD amount into the equivalent GBP amount. Conversion fees are only charged when your customer's currency doesn't match your bank's currency.

More documentation on this here: https://support.stripe.com/questions/which-currencies-does-stripe-support



所以,我想要的会自动发生。

关于stripe-payments - 避免在 Stripe 中进行货币的双重转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37330755/

相关文章:

ruby - Stripe 访问 token 和 API SK key 有什么区别?

ruby-on-rails - Stripe API key 缺少 Rails

javascript - Stripe 形式不创建 token

ruby-on-rails - 在不保存卡的情况下进行 Stripe 支付

javascript - 从源 'https://js.stripe.com/v2/' 访问位于 'http://localhost' 的 XMLHttpRequest 已被 CORS 策略 : in opencart 阻止

python - 如何通过 stripe python api 创建定期费用?

javascript - 由于 firebase 云函数中的一些错误,付款未被收取

stripe-payments - 有 Stripe API 下载收据吗?

laravel - 使用 Laravel Cashier 一次性付款,无需订阅

python - Django - Stripe 订阅