Stripe Connect onboarding with Ruby on Rails - CreatorPlatform.xyz - Part 8

Stripe Connect onboarding with Ruby on Rails. You'll learn about the webhook events needed to track the onboarding flow for a custom connect account with Stripe Treasury enabled.

00:00 Introduction
00:55 Create an Account model in the database
02:22 Make a class for working with Stripe Account APIs
04:20 Create a custom Account with the Stripe API
07:18 Create an AccountLink for Connect onboarding
08:57 Add button for creating accounts
12:21 URL helpers from a custom class
14:39 Stripe Connect onboarding
20:32 Display account details in the dashboard
23:57 Handle Stripe Connect onboarding webhook events
28:24 Conclusion

Stripe Connect Onboarding docs: https://stripe.com/docs/connect/custom-accounts
Playlist: https://www.youtube.com/playlist?list=PLS6F722u-R6IJfBrIRx3a2SBkAL4vUp2p
Code: https://github.com/cjavdev/creators.dev/
Follow me on Twitter: http://twitter.com/cjav_dev


#rubyonrails #ruby #rails