适用于管理帐户的条纹费用是多少?

What are the stripe charges applied to a managed account?

我的平台有许多管理帐户(工程师),他们使用我们的服务来获得项目的客户(最终用户)。我们从每个工程师的项目金额中收取佣金。 (类似于自由职业者)

我需要确保工程师将获得全额金额,而不会强加给他们任何条带金额。所有这些费用必须从我们的平台账户中收取,而不是从任何托管账户中收取。如果他们从托管帐户收费,我需要从我们的平台佣金(applicatoin_fee 参数负责)中减少这些费用,以便他们全额付款。

请解释一下,我怎样才能找到这些费用?

我对条纹支持中的 explanation 感到困惑。

我们的平台是 运行 在法国。

All those charges must be charged from our platform account not from any of managed accounts.

如果您通过平台收费,费用将由平台收取,因此您的关联账户不会支付。来自 https://stripe.com/docs/connect/payments-fees#charging-through-the-platform:

When you use the destination parameter... The Stripe fee comes out of the charge object on the platform’s account (i.e., you pay the fee).

如果您省略 application_fee 参数,连接的账户将收到扣除 Stripe 费用后的全部费用。您将无法自己承担所有费用,但您当然可以计算 Stripe 费用并将其添加到客户支付的总价中: https://support.stripe.com/questions/how-can-i-pass-stripe-s-fees-on-to-my-customer