简体   繁体   中英

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 .

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:

{
  "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.

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM