条纹支付 - 单次收费的最高金额为 999,999.99 美元
stripe payment - the maximum amount for a single charge is $999,999.99
是否可以在 stripe 支付中添加大于 $999,999.99 的金额?
Stripe 不允许我添加超过 $999,999.99 的金额。
不可以,单次收费不能超过 999,999.99 美元。
amount
值的八位数限制是技术限制。
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
The only limit to the maximum amount you can charge a customer is a technical one. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of 9,999.99).
如果您有真正的理由要定期交易这笔钱,那么您应该使用 BACS 或类似的银行间清算服务。
是否可以在 stripe 支付中添加大于 $999,999.99 的金额? Stripe 不允许我添加超过 $999,999.99 的金额。
不可以,单次收费不能超过 999,999.99 美元。
amount
值的八位数限制是技术限制。
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
The only limit to the maximum amount you can charge a customer is a technical one. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of 9,999.99).
如果您有真正的理由要定期交易这笔钱,那么您应该使用 BACS 或类似的银行间清算服务。