简体   繁体   English

允许用户为 Stripe Express 账户输入财务信息?

[英]Allow user to input financial information for stripe express account?

I'm trying to build a Patreon-like app: A creator creates an account where users can then subscribe for some price.我正在尝试构建一个类似 Patreon 的应用程序:创建者创建一个帐户,然后用户可以在其中以一定价格订阅。

I have gotten to the point in my code where I now need the user to add his bank info into stripe so he can receive funds .我已经在我的代码中达到了我现在需要用户将他的银行信息添加到条带中以便他可以接收资金的地步。 I have come across questions like this , and this , but neither shares any information on how a user can input his bank info on the client-side (they only deal with the backend).我遇到过这样的问题,和这个,但两者都没有分享任何关于用户如何在客户端输入他的银行信息的信息(他们只处理后端)。

The connected accounts are Express accounts.连接的帐户是 Express 帐户。

How do I make the user add banking information on the client-side?如何让用户在客户端添加银行信息?

I have been recommended this stripe page but it does not show how to allow a creator to input banking info on client-side.我被推荐这个条带页面,但它没有显示如何允许创建者在客户端输入银行信息。 I have also implemented the example backend code from firebase and updated it for my specific case.我还实现了firebase 的示例后端代码,并针对我的具体情况进行了更新。

Update:更新:

I've also come across this page about Managing bank accounts and debit cards but it appears to be for custom accounts not express.我也遇到过这个关于管理银行账户和借记卡的页面,但它似乎是针对非快递的自定义账户。

Stripe uses a hosted onboarding page for Express accounts. Stripe 为 Express 帐户使用托管的入职页面。 It's basically a form hosted on a Stripe domain that handles all the common onboarding requirements (eg verification documents and bank account details) needed.它基本上是托管在 Stripe 域上的表单,可以处理所需的所有常见入职要求(例如验证文件和银行账户详细信息)。

Once the user has filled everything in they are redirected back to your site/app.用户填写完所有内容后,他们将被重定向回您的站点/应用程序。 In other words you don't really have to worry about collecting bank details client side, Stripe does it for you: https://stripe.com/docs/connect/express-accounts换句话说,您不必担心在客户端收集银行详细信息,Stripe 会为您完成: https://stripe.com/docs/connect/express-accounts

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

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