【问题标题】:How to create standard account using stripe API如何使用 Stripe API 创建标准账户
【发布时间】:2021-03-22 15:57:52
【问题描述】:

我正在为开发支付系统工作。然后我应该为每个用户创建标准帐户。 但它现在做不到。 我用过这个。

const pickerAccount = await stripe.accounts.create({
          type: 'standard',
          email: params.email,
          capabilities: {
            card_payments: {requested: true},
            transfers: {requested: true},
          },
        });

然后它返回“您无法通过 api 创建具有功能的标准连接帐户”

请帮我解决这个问题。

【问题讨论】:

    标签: node.js stripe-payments


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 2021-01-18
      • 1970-01-01
      • 2020-07-28
      • 1970-01-01
      • 2014-03-30
      • 2020-11-06
      • 2021-06-15
      • 2023-01-30
      • 2023-01-27
      相关资源
      最近更新 更多