Stripe connect test app says no accounts have payouts enabled?

℡╲_俬逩灬. 提交于 2020-12-15 05:25:42

问题


I follow the instructions to start the small ruby app in the stripe connect destination charge examples (takes about 1 minute to clone, add keys, bundle install, and ruby server.rb to start the server). Then at localhost:4242 I see:

None of your recently created accounts have charges enabled. Log in to an Express account's dashboard to complete the onboarding process.

Which doesn't make sense since I can run Stripe::Account.retrieve("acct_1HtSLp2fJ6VxT5fZ") on any of the test accounts and see that "payouts_enabled": true. So why don't they appear in the test app?

来源:https://stackoverflow.com/questions/65159331/stripe-connect-test-app-says-no-accounts-have-payouts-enabled

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!