Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there is a step by step tutorial to work Stripe Connect? [closed]

I need to implement Stripe Connect for my company. Previously, I was following a Stripe guide by CodeCourse on YouTube. I'm a new developer, so step by step instruments really help. The documentation for Stripe Connect is slightly confusing and I need some help.

If there is not a step by step guide you know about, would you mind writing down the major steps and the respective links for each step?

I know this is a lot to ask, but I'm stuck and could really use some help.

like image 371
Face Code Avatar asked Jul 16 '16 19:07

Face Code


1 Answers

So Stripe actually has "recipes" for making Connect based on a few different business types. They're available at the following page:

https://stripe.com/docs/recipes#connect

If you're a Rails Developer, there's also a pre-built example available on GitHub here, that I personally found very helpful:

https://github.com/rfunduk/rails-stripe-connect-example

I hope that helps.

Cheers + Good luck!

like image 78
andrewnelder Avatar answered Nov 02 '22 18:11

andrewnelder