将资金从条带账户转移到其他账户

时间:2018-02-26 00:30:29

标签: ios node.js stripe-payments stripe-connect

我正在使用此功能向已连接的帐户收取费用,将资金发送到另一个帐户,但我不断收到此错误消息。

我不断收到此错误消息:

  

在为已连接的帐户收费时,您无法提供destination

   return stripe.charges.create({
      amount: 1000,
      currency: "usd",
      source: customer_id,
        destination: {
      account: "acct_1BxnsfGGXo2wovzm"
     },
 });

我该怎么办?感谢

0 个答案:

没有答案