A simple double-sided marketplace Stripe Connect example.
Get started:
- Clone repo
bundle
- Create .env file with:
STRIPE_CLIENT_ID=ca_xxxx
STRIPE_CLIENT_SECRET=sk_test_xxxx
- Set your Redirect URI (Stripe Dashboard > Connect > Settings) to
http://localhost:3000/stripe/connect
rake db:migrate
rails s