In this chapter we created an affiliate program for our application using Stripe Connect to manage the third-party Stripe accounts. We created Stripe accounts for our users, and created a workflow to know when those accounts are being used so that we can make our Stripe charges aware of the managed account and send money to it. We also discussed how to determine what identifying information is needed and how to obtain it and send it to Stripe.
Now it’s time to deploy our application to production and talk about a checklist of things we need to be aware of while we are in production.