简体   繁体   English

无法向其他地区的 Stripe Connected Account 付款

[英]Cannot payout to Stripe Connected Account in another region

I am working on platform on which artists live stream their performances, charge a viewer an entry fee and then they get payout of their earnings (minus the platform fee).我在平台上工作,艺术家可以在该平台上直播他们的表演,向观众收取入场费,然后他们获得收入(减去平台费)。 We decided to go with Stripe because it supports 40+ countries .我们决定使用 Stripe,因为它支持40 多个国家/地区

For charging the customers we have had no problems, but got stuck with the payouts.对于向客户收费,我们没有遇到任何问题,但在付款方面遇到了麻烦。

Knowing this is the only way to payout the artists we used the payout API call to pay the artists their earnings and got the following error:知道这是支付艺术家的唯一方法,我们使用支付 API 调用向艺术家支付他们的收入,并得到以下错误:

{
  "error": {
    "code": "transfers_not_allowed",
    "doc_url": "https://stripe.com/docs/error-codes/transfers-not-allowed",
    "message": "Funds can't be sent to accounts located in DE because it's restricted outside of your platform's region; please contact us via https://support.stripe.com/contact for details.",
    "type": "invalid_request_error"
  }
}

Which brings a question about if it is possible to send money to artists bank accounts that are in a country that is different from the platforms one.这带来了一个问题,即是否可以向与平台不同的国家/地区的艺术家银行账户汇款。 Again the flow should be the artists can be from any of these 40 countries and we should pay them after the stream.同样,流量应该是艺术家可以来自这 40 个国家中的任何一个,我们应该在流之后支付他们。

Has anyone had a similar issue, and if so could you please share your experience with this.有没有人遇到过类似的问题,如果有,请分享您的经验。

您应该联系支持部门并提出这个问题。

Well I just had a meeting with the Stripe team and they explained to me that payouts for cross border accounts is not ready yet.好吧,我刚刚与 Stripe 团队会面,他们向我解释说跨境账户的付款尚未准备好。 You can send payouts to bank account in the same region of the platform, for example if you operate in Germany you can payout to German accounts, but if you want to pay to a US account then that is not possible.您可以将付款发送到平台同一地区的银行账户,例如,如果您在德国运营,则可以向德国账户付款,但如果您想向美国账户付款,则这是不可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 NodeJS - 需要连接帐户才能将资金从条带帐户转移到另一个条带帐户? - NodeJS - Connected account is required to transfer money from stripe account to another stripe account? Stripe:将付款发送到客户的外部银行账户或借记卡 - Stripe: Send payout to customers' external bank account or debit card Stripe 没有这样的客户(Express Connected Account) - Stripe No such customer (Express Connected Account) 为关联帐户创建条带费用 - 没有此类客户 - Create Stripe Charge for Connected Account - No Such Customer 列出 Connected Stripe 账户的所有费用 - List all charges of a Connected Stripe Account 已解决 - Stripe Clone 客户并在连接的帐户上创建直接收费 - Solved - Stripe Clone Customer and Create Direct Charge on Connected Account 为条带连接帐户 node.js 创建客户 - create customer for stripe connected account node.js 如何付款 意图在 Stripe 中向已连接的帐户收费 - How to make a payment Intent to charge a connected account in Stripe 对于 Stripe Connected Accounts,account.updated webhook object 的哪一部分表示该账户已启用? - For Stripe Connected Accounts, which part of the account.updated webhook object indicates that the account is enabled? 将Stripe收费ID和关联帐户的帐户ID暴露给客户端是否安全? - Is it safe to expose Stripe charge id and account Id of connected account to client side?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM