spree-edge / spree_stripe_connect_onboarding

A spree extension that provides support for stipe connect onboarding or spree vendor payout onboarding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spree Stripe Connect Onboarding / Spree vendor onboarding

About

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.

Key Features

  • 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.

Demo

stripe-connect-account-demo.mp4

Installation

  1. Add this extension to your Gemfile with this line:

    gem 'spree_stripe_connect_onboarding'
  2. Install the gem using Bundler

    bundle install
  3. Copy & run migrations

    bundle exec rails g spree_stripe_connect_onboarding:install
  4. Restart your server

If your server was running, restart it so that it can find the assets properly.

Contributing

See corresponding guidelines

Copyright (c) 2022 Spree Edge. released under the New BSD License

About

A spree extension that provides support for stipe connect onboarding or spree vendor payout onboarding.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 74.8%Language:HTML 25.2%