A Spree extension that provides ability to onboard stripe connect account for vendors. Its support both standard and express onboarding process. For stripe connect account info, refer doc.
- This extension works with spree multi vendor extension and it provides ability to onboard a stripe connect account for vendors.
- Admin has the ability to choose account type for onboarding vendors. By default "Standard" is the account type for each vendor.
- Shows the vendor stripe connect account details in the admin panel.
stripe-connect-account-demo.mp4
-
Add this extension to your Gemfile with this line:
gem 'spree_stripe_connect_onboarding'
-
Install the gem using Bundler
bundle install
-
Copy & run migrations
bundle exec rails g spree_stripe_connect_onboarding:install
-
Restart your server
If your server was running, restart it so that it can find the assets properly.
Copyright (c) 2022 Spree Edge. released under the New BSD License