Create virtual cards
Create a cardholder and issue a virtual card.
You can use the Dashboard or the Create a card endpoint to issue virtual cards to cardholders. Cardholders can use virtual cards immediately after you create them.
Create a cardholder ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
You can use the Dashboard or the Cardholders API to create a cardholder.
- Visit the Cardholders tab in the Issuing Dashboard.
- Click Create cardholder.
- Select cardholder type: individual or company. The full set of valid characters for both cardholder name and business name are alphanumeric characters and
/ -&:().
. There’s a 24 character limit.' - Add a billing address.
- If you’re creating a company card, add the tax ID number.
- Add contact information, which is required for certain features like digital wallets.
- Click Create cardholder.
Individual type cardholder requirements ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
When you select the individual cardholder type, you must add the cardholder’s legal first and last name. Consider providing the date of birth, which may help reduce watchlist reviews.
If you issue cards to individuals for programs backed by Cross River Bank, you must record acceptance of the Cross River Bank Authorized User Terms before activating a card for that cardholder. See the Required Agreements for Issuing and Treasury for more information about which agreements you must present to account holders and cardholders.
Company type cardholder requirements ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
When you add a company name, ensure that it has a minimum of two words, for example: Stripe Inc.
Create a card ![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
You can use the Dashboard to create a new card.
- Visit the Cards tab in the Issuing Dashboard.
- Click Create card.
- Search for the cardholder you created in Create a cardholder.
- Select Virtual for the type.
- Select Activate card.
- Click Create.
Activate the card![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
For authorizations to be approved on a card, its status
must be set to active
. Past-due requirements block card activation.
Activate on creation![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
You can activate the card when creating it using the Dashboard or the API. In the Dashboard, when creating a card, click Activate card. Using the API, set status
to active
when using the create card endpoint.
Activate after creation![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Alternatively, after creating an inactive card, you can activate it using the Dashboard or the API. To activate it using the Dashboard, select the card you want to activate, then click Activate card. To activate it using the API, use the update card endpoint to set its status
to active
.
Re-activate after blocking![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
In some cases, multiple incorrect PIN attempts on a transaction deactivates a card, preventing further authorizations. To reactivate the card, use the Dashboard or the update card API to set the card’s status
to active
.