Processor-only Issuing
Manage your Issuing program, including regulatory requirements, compliance, and licensing.
When you choose the process-only management model, Stripe Issuing (also known as the Issuer Processor) integrates with the card network, card manufacturer, and the BIN sponsor through you. The card network configures BINs on their system with Stripe as the processor. Additionally, proprietary hardware, that networks route to Stripe, receives the data.
Overview 
To set up processor-only Issuing, you begin by establishing an authorization endpoint for real-time decisions, and integrating with the Transaction and Settlement APIs. This helps you stay informed about events from Stripe and the card network. These events also inform your ledger and daily settlement activities with the BIN sponsor.
After you set this up, Stripe creates the cardholder in your Stripe account, issuing a card to them on behalf of the BIN sponsor. For Issuer Processor configurations, there’s no funding of the cardholder account or the card itself, nor is there a central Issuing Balance held with one of Stripe’s partners. Instead, Stripe contacts your authorization endpoint so you can approve or decline transactions based on the state of the cardholder’s balance (outside of Stripe).
From there, the Acquirer sends card transactions, such as authorization or clearing, to Stripe through the card network. As Stripe receives these messages, they’re processed according to the authorization responses received from you, or processed according to preconfigured spend controls or fraud tools.
Finally, the Issuer holds the financial account for settlement with the card network, and receives daily transfers from you to top up funds. Stripe calculates the amount to settle based on clearing files received from the card network so you can meet the funding obligation.
Get started 
Before you get started, you need to create a Stripe account, and activate Issuing in test mode.
Funding responsibilities 
When it comes to funding, you’re responsible for:
Operating your card program with your bank.
Defining the funding methodology, ledgering, and money movement.
Creating and maintaining the ledger of cardholder balances using the Stripe Disputes, Transactions, and Settlement APIs, or events and transactions from your money’s wallet.
Program management 
To set up your program management:
- Sign a BIN sponsor in a licensed country and deploy it locally.
- License the BIN through the card network.
- Share BIN details with Stripe for installation.
- Develop onboarding flows that adhere to Know Your Customer (KYC) requirements.
- Implement compliance policies and procedures.
- Set up and configure a settlement account at an issuing bank.
Set up the back end 
To set up the back end for the process-only model, see Integrate processor-only Issuing.
Handle transactions 
You need to use the synchronous webhook to approve each authorization based on the available balance for your cardholder ledger. Handling transactions has four distinct parts:
Real-time authorizations: The primary mechanism for implementing business logic for approving or rejecting transactions, whether because of lack of funds, suspected fraud, or other reasons.
Transactions: Familiarize yourself with the different transaction types that you can show to the cardholder. You can ignore references to balance transactions, because this concept doesn’t apply to this model.
Disputes: Use the Disputes API to create a dispute, then provisionally credit the cardholder’s account outside of Stripe, and ahead of a win or loss outcome. Monitor the dispute. If the status is
lost
, the network increases your settlement obligation by the disputed amount at the end of the day. You can then recover these funds from the cardholder to meet the obligation.ATM withdrawals: ATM withdrawals aren’t enabled by default, so you need to request approval for your use case.
PIN management: You can use the Stripe API and Stripe Elements to manage and view PINs on your issued cards.
Configure spend controls 
To set up spend controls, you must learn how to:
Decline authorizations when you have a mismatch in verification values.
Block higher-risk Merchant Category Codes (MCC) (for example, gambling in states where it’s banned).
Block specific countries if you suspect fraud (for example, the card is in a different location to the application).
Enable SMS challenges.
Ship deactivated cards using the activation flow.
Deactivate lost or stolen cards.
Use merchant categories.
Manage network tokens on your cards.
(Optional) Enroll cards in 3D Secure.
Set up the front end 
Setting up the front end involves creating a design for your physical or virtual card.
Create a card design 
To create custom physical cards, you need to upload your design through the Stripe Dashboard. All designs require advance review by both the BIN sponsor and network. To avoid delays, submit your designs early, allowing ample time for turn-around and review of the printed cards.
Digital card art
The process for digital card art is the same as that of physical cards. Ensure consistency between your physical and digital card art to maintain brand cohesion.
Integrate 3D Secure (3DS) 
For accounts that have enabled 3DS and use hosted flows, Stripe has partnered with providers to offer 3DS verification flows that you can partially co-brand. This integration simplifies the security process for your cardholders. However, this feature isn’t necessary when using in-app verification, also known as Issuer App Authentication.
Legal, compliance, and marketing considerations 
You and the BIN sponsor are responsible for handling the legal and compliance aspects of your card program. You must develop a cardholder agreement and a comprehensive terms of service (TOS). You need these documents to establish your card program’s legal framework, and to protect both your business and cardholders.
You’re also responsible for anything related to the marketing of your card program, including email campaigns, banner advertisements, and other promotional content. When creating these materials, work closely with your BIN sponsor to make sure that all content aligns with regulatory requirements and brand guidelines.
Set up accounting practices 
You need to have effective accounting practices for managing your Stripe Issuing program. From reconciling transactions to generating detailed reports, these processes help you remain transparent and compliant.
BIN sponsor settlement 
BIN sponsor settlement involves several tasks. First, you need to create and maintain a ledger of cardholder balances to keep track of all account activities. You can reconcile incoming and outgoing transactions by using the Settlement API. This allows you to cross-reference with the settlement files that you receive directly from the card network.
You must fund the account at the time of settlement by moving funds from individual demand deposit accounts (DDAs). Additionally, you’re responsible for reporting program details to the BIN sponsor, including information about cards, cardholders, and other relevant data.
Reporting and data analysis 
The Stripe Dashboard offers basic reporting capabilities, suitable for quick overviews and day-to-day monitoring. For more advanced reporting needs, you can use Stripe Sigma to create custom reports using SQL queries.
If you require even more extensive data analysis capabilities, Stripe Data Pipeline lets you export Stripe data directly into your data warehouse. Use this feature if you have a businesses with complex reporting needs or if you want to integrate Stripe data with other business intelligence tools.
Additionally, the Settlement API helps you reconcile settlement amounts against the network settlement report values, ensuring accuracy in your financial records. For in-house reporting, you can store webhook and API responses, such as authorizations and transactions. This gives you detailed and customizable data for internal analysis.