如何使用条纹向少于0.5美元的费用充电

发布于 2025-01-22 23:35:10 字数 180 浏览 0 评论 0原文

我正在为基于Laravel的项目使用Stripe。当充电结帐时,条纹仅允许0.5美元作为最小值。但是我想在我的项目中一次性付款中收取0.2美元。我知道条纹仅允许0.5美元作为付款的默认最小值。因此,我想知道使用条纹的任何方法或任何方法可以收取低于0.5美元的收费。如果有人知道,请帮助我...

I'm using Stripe for my Laravel based project. Stripe allows only 0.5 USD as the minimum value when charge or checkout. But I want to charge 0.2 USD in one-time payment in my project. I know stripe allowed only 0.5 USD as the default minimum value for payments. So I want to know is there any way or any method to charge less amount than 0.5 USD using Stripe. If anyone knows, please help me...

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

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

发布评论

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

评论(1

十秒萌定你 2025-01-29 23:35:10

美元的最低充电额为0.5。如果您的银行帐户支持外币进行和解,则可以用不同的货币收取相当于< 0.5美元。

您可以查看此表中每个和解货币的最低金额。 https://stripe.com/docs/currencies#minimum-and-最大收费量

The minimum charge amount for USD is 0.5. If your bank account support foreign currencies for settlement, you can charge an amount with a different currency that's equivalent to < 0.5 USD.

You can view the minimum amount for each settlement currency in this table. https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts

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