Create cardholders and issue cards with Stripe Issuing

Stripe Issuing lets you to create, manage, and distribute virtual and physical cards programmatically. You can create set spending limits, control expenses, set allowed business type, designate virtual cards for one-time or multiple uses.

In this episode, Stripe developer advocate CJ Avilla, demonstrates how easy it is to create a new cardholder and issue them a card.

### Presenter
CJ Avilla - Developer Advocate at Stripe - https://twitter.com/cjav_dev

### Table of contents
00:00 Introduction
00:35 Install the code template with the Stripe for VSCode extension
01:00 Create a cardholder routes
02:51 Using the Stripe CLI to retrieve the cardholder information
03:04 Create the card form
04:10 Create a server endpoint to issue a card
06:29 Recap



### Resources
Stripe Issuing: https://stripe.com/issuing
Issuing documentation: https://stripe.com/docs/issuing
Stripe for VS Code extension: https://stripe.com/docs/stripe-vscode
Handling asynchronous payments with Stripe and VS Code: https://youtu.be/X9e7-LhZBYc
Developer Office hours sample: https://github.com/stripe-archive/developer-office-hours
Node.js Express Starter: https://youtu.be/rPR2aJ6XnAc
Expand with stripe-node: https://youtu.be/3-erqAmS8Ak


### 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