问题
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