我在哪里可以找到允许 stripe 关联帐户在我的应用程序中添加银行信息的信息或文档?

Where can I find the information or documentation to allow a stripe connected account to add bank information within my app?

我一直在寻找文档或教程,这些文档或教程展示了如何让创建者(已经拥有连接帐户(在他首次验证时创建))添加他需要的银行信息从他的连接帐户中提取资金(转移他的资金)。

应用程序的工作原理:

如何让 express 连接的账户 添加他的详细信息?

这是我收集的一些链接,但似乎不包含有关如何操作的信息:

这取决于什么类型的帐户。

标准账户:https://stripe.com/docs/connect/standard-accounts#create-link

快递账户:https://stripe.com/docs/connect/express-accounts#create-link

自定义帐户:https://stripe.com/docs/connect/connect-onboarding

For express accounts redirect users to stripes onboarding

在得到这个答案之前,我通过电子邮件向他们发送了信息。我将在此处包含他们的信息:

我知道您想知道用户如何在客户端输入他们的银行账户信息。

根据 docs Stripe will handle onboarding, account management, and identity verification for your platform, which means you can onboard users very quickly. This is done by using the OAuth connection flow, after this, your user will be able to connect to your platform.

您可以使用 Rocket Rides. Also, here you will be able to find the demo’s source code.

尝试我们的示例来测试这一点

另一方面,如果您指的是在入职后更新此信息,这是通过登录 Express Dashboard 完成的,您可以通过与 Express Dashboard.[=15 集成来实现此目的=]


额外信息:https://stripe.com/connect/express

这特别有用:https://stripe.com/docs/connect/collect-then-transfer-guide