Pay in installments

In this edition of Stripe Developer Office Hours, follow along as CJ Avilla walks through how to collect a large payment in installments using a Subscription.

## Resources
- Official Guide https://stripe.com/docs/billing/subscriptions/creating
- Stripe CLI https://github.com/stripe/stripe-cli https://www.youtube.com/watch?v=Psq5N5C-FGo&list=PLy1nL-pvL2M4N3kfPoZ0igtbMj3K3Jdr_&index=2&t=0s
- Express Starter https://www.youtube.com/watch?v=rPR2aJ6XnAc&list=PLy1nL-pvL2M4N3kfPoZ0igtbMj3K3Jdr_&index=11&t=0s
- Environment Variables https://www.youtube.com/watch?v=onhXVIvxFQU&list=PLy1nL-pvL2M4N3kfPoZ0igtbMj3K3Jdr_&index=15&t=0s

## Table of contents

0:05 Intro
0:49 Agenda
1:55 Demo
3:01 Install sample
4:01 Create plans
7:41 Setup client HTML
12:56 Create SetupIntent
14:45 Start store.js
17:28 Confirm card setup
23:54 Add create customer and subscription to server
32:52 Pass client data to server
34:50 Test

## Presenter

CJ Avilla, Developer Advocate @ Stripe - https://twitter.com/cjav_dev

### Support

If you have a question, please feel free to reach out to our support team on Discord at https://stripe.com/go/developer-chat.

### Updates

Sign up to stay updated with developer news: https://go.stripe.global/dev-digest

### Feedback

If you have any feedback about this or other episodes, let us know: https://forms.gle/VjNqzRhotM2snYo88.
#Stripe #Payments