Skip to content
Sign in
An image of the Stripe logo
/
Create account
Sign in
Home
Payments
Finance automation
Banking as a service
Developer tools
No-code
All products
Home
Payments
Finance automation
Home
Payments
Finance automation
Banking as a service
Developer tools
OverviewSee the Issuing and Treasury demo app
Issuing cards
    Overview
    Global Issuing
    Get started
    How Issuing works
    Choose your card offering
    Customize your program
    Add funds to your card program
    Manage fraud
    Cards
    Create cards
    Virtual cards
    Physical cards
    Manage cards
    Digital wallets
    Replacement cards
    Testing and support
    Testing physical cards
    Support
    Controls
    Spending controls
    Real-time authorizations
    SMS fraud alerts
    3D Secure
    PIN management
    Issuing Elements
    Token Management
    Funding
    Balance
    Purchases
    Authorizations
    Transactions
    Disputes
    Testing
    Merchant categories
    Issuing with Connect
    Set up an Issuing and Connect integration
    Connect funding
    Connected accounts cardholders and cards
    Additional information
    Choose a cardholder type
    Marketing guidance (Europe/UK)
    Product and marketing compliance guidance (US)
Treasury
Business financing
Issuing
·
HomeBanking as a serviceIssuing cards

Token Management
Beta

Learn how to use Issuing to manage network tokens on your cards.

Stripe Issuing allows you to view and manage details associated with all the network tokens issued through your program. A cardholder can create a token by adding an issued card to a digital wallet or by saving a new payment method for their account at an online storefront. As a card issuer, you can view and manage these Issuing token objects through Stripe. Our Tokens API helps you:

  • Perform your own fraud detection based on Device IDs or network risk indicators associated with a token.
  • Verify that all existing tokens are migrated to a new card when your program replaces a card.
  • Deactivate tokens suspected of fraudulent activity without impacting the underlying card.

Using the Tokens API

Tokens are only accessible with the Tokens API. You must join the Tokens API beta and sign in with your Stripe account to view the Tokens API reference.

You can view token webhook events from the Dashboard events page.

For token webhook events to appear, add endpoints with issuing_tokens_beta=v2 appended to your Stripe Version header. This subscribes endpoints to token events. Appending issuing_tokens_beta=v2 is also necessary if you want to receive the token ID used in an issuing authorization event.

If you have a synchronous issuing_authorization.request webhook endpoint, migration to the beta header results in downtime for the endpoint. Endpoint downtime is unavoidable due to the fact that you can’t have multiple, synchronous endpoints or edit an endpoint’s version after it’s been created.

Device ID monitoring example

Token management example

Access to the Tokens API is currently limited to US beta users. You must be an Issuing customer to join the beta. To request access to the beta, log in to your Stripe account and refresh the page. Contact Stripe for more information.

Was this page helpful?
Need help? Contact Support.
Watch our developer tutorials.
Check out our product changelog.
Questions? Contact Sales.
Powered by Markdoc
You can unsubscribe at any time. Read our privacy policy.
Stripe Shell
Test mode
Welcome to the Stripe Shell! Stripe Shell is a browser-based shell with the Stripe CLI pre-installed. Log in to your Stripe account and press Control + Backtick (`) on your keyboard to start managing your Stripe resources in test mode. - View supported Stripe commands: - Find webhook events: - Listen for webhook events: - Call Stripe APIs: stripe [api resource] [operation] (e.g., )
The Stripe Shell is best experienced on desktop.
$