# How Issuing works Learn how to start building a card program with Stripe Issuing. Stripe [Issuing](https://stripe.com/issuing) allows you to create, manage, and scale a payment card program for your users without setup fees. You can programmatically control the details of your card program, which includes issuing [physical](https://docs.stripe.com/issuing/cards/physical.md) or [virtual](https://docs.stripe.com/issuing/cards/virtual.md) cards, managing [spending](https://docs.stripe.com/issuing/controls/spending-controls.md), and [approving or declining transactions](https://docs.stripe.com/issuing/controls/real-time-authorizations.md). We partner with multiple trusted banks to provide a banking as a service (BaaS) infrastructure for you to build new financial service offerings. We also partner with the Mastercard and Visa card networks so you can [choose which network](https://docs.stripe.com/issuing/customize-your-program.md#network-preference) to issue cards on, or you can issue cards on both networks. Issuing is available in the US, UK, and many *European Economic Area* (EEA) countries. In the US, you can provide cards to individuals who live in the same country where the business is established. If your business is established in the EU or the UK, you can provide cards to individuals who live in EEA countries and the UK. To learn more and see a full list of supported countries, see [Globally integrate Issuing](https://docs.stripe.com/issuing/global.md). ## Get started with Issuing Complete the following steps to set up a commercial card program with Issuing: 1. Determine your eligibility to use Issuing by [contacting Stripe sales](https://stripe.com/contact/sales). - If you want to use Treasury with your Issuing integration, fill out the [Treasury form](https://go.stripe.global/treasury-inquiry) instead. 1. Choose whether to offer virtual or physical cards. Learn more about Issuing [card types](https://docs.stripe.com/issuing/choose-cards.md). 1. Customize your card program, including choosing a network and a card product type. Learn how to [customize your card program](https://docs.stripe.com/issuing/customize-your-program.md). 1. To enable card spend, you need to fund an Issuing balance. Learn how to [add funds to your card program](https://docs.stripe.com/issuing/adding-funds-to-your-card-program.md). 1. Take steps to identify and limit transaction fraud. Learn more about [managing fraud](https://docs.stripe.com/issuing/manage-fraud.md) with Stripe controls and tools. 1. (Optional) Set up spending controls, including spending limits and blocking specific business categories, countries, or business IDs. Learn more about setting [spending controls](https://docs.stripe.com/issuing/controls/spending-controls.md). 1. Simulate purchases in a sandbox environment to test your integration. Learn more about [testing Issuing](https://docs.stripe.com/issuing/testing.md). ## Issuing use cases | **Use case** | **Description** | | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Commercial card program** | Create, manage, and distribute payment cards for your business. | | **Consumer card program** | Create, launch, and run a bank-sponsored credit program for your customers with [Credit Consumer Issuing](https://docs.stripe.com/issuing/consumer-issuing.md). | ## Integration options ### Treasury You can integrate Issuing with [Stripe Treasury](https://docs.stripe.com/treasury.md) to attach cards to open loop wallets and offer your users additional transaction options. Treasury is only available to platforms and connected accounts [located in the United States](https://docs.stripe.com/treasury/requirements.md#supported-countries). Learn how to [set up a Treasury integration](https://docs.stripe.com/treasury/account-management/issuing-cards.md). ### Connect You can integrate Issuing with [Stripe Connect](https://docs.stripe.com/connect.md) to issue cards to users who aren’t directly employed by your business. See [Set up an Issuing and Connect integration](https://docs.stripe.com/issuing/connect.md) for more details. ## Issuing architecture With Stripe *Connect*, you onboard customers to your platform with connected accounts. For each of these connected accounts, you can create account holders and provide cards to authorized users. The following diagram shows a platform with a Stripe Issuing integration using an Issuing balance and a Treasury balance: ### Connected accounts Issuing only supports connected accounts that don’t use a Stripe-hosted Dashboard, and where your platform is responsible for requirements collection and loss liability, also known as a Custom connected account. Learn how to [create connected accounts](https://docs.stripe.com/connect/design-an-integration.md?connect-onboarding-surface=api&connect-dashboard-type=none&connect-economic-model=buy-rate&connect-loss-liability-owner=platform&connect-charge-type=direct) that work with Issuing. ### Issuing balance An Issuing balance is a funding source attached to a connected account that provides the funds for spending with the associated card account. You can add funds to the connected account’s Issuing balance either by transferring from the connected account’s Stripe account balance, or through a top-up from an external bank account. You can also pay out funds from the Issuing balance to an external bank account. Connected accounts can also use a Stripe [Treasury](https://docs.stripe.com/treasury/account-management/issuing-cards.md) account to fund cards for a full BaaS solution. ### Connected accounts Connected accounts are businesses, sellers, or service providers that use a platform. For example, as an expense management platform, you provide software that small businesses can leverage to manage and control their business spend. Each digital store owner that uses the storefront platform to collect payments is a connected account. Treasury only supports connected accounts that don’t use a Stripe-hosted Dashboard, and where your platform is responsible for requirements collection and loss liability, also known as a Custom connected account. Learn how to [create connected accounts](https://docs.stripe.com/connect/design-an-integration.md?connect-onboarding-surface=api&connect-dashboard-type=none&connect-economic-model=buy-rate&connect-loss-liability-owner=platform&connect-charge-type=direct) that work with Treasury. ### Financial accounts You can create individual financial accounts for your connected accounts using the [Treasury API](https://docs.stripe.com/api/treasury.md). These financial accounts have routing numbers from our US banking partners, and their balances are eligible for FDIC pass-through insurance. You can fund the financial accounts of your platform’s connected accounts and move money between them. The connected accounts on your platform can also fund their financial accounts using an external bank account. Issuing allows you to link commercial cards to the financial account balance of your connected accounts. Treasury supports multiple financial accounts for each connected account. ## See Also * [Learn how to set up Issuing as a Connect platform](https://docs.stripe.com/issuing/connect.md) * [Review compliance requirements pertaining to Issuing](https://docs.stripe.com/issuing/compliance-us.md) * [Review best practices and tools for testing an Issuing integration](https://docs.stripe.com/issuing/testing.md) * [Learn about setting card rules to control spending](https://docs.stripe.com/issuing/controls/spending-controls.md) * [Learn about fraud controls and tools offered through Stripe Issuing](https://docs.stripe.com/issuing/manage-fraud.md)