Accéder directement au contenu
Créez un compte
ou
connectez-vous
Le logo de la documentation Stripe
/
Demander à l’IA
Créer un compte
Connectez-vous
Commencer
Paiements
Revenus
Plateformes et places de marché
Gestion des fonds
Ressources de développement
Aperçu
Démarrer une intégration
Financement et trésorerie
Treasury
Capital
Gestion des paiements
Émettre des cartes bancaires
    Aperçu
    Fonctionnement d'Issuing
    Disponibilité mondiale
    Gérer la fraude
    Cartes
    Choisir votre type de carte
    Cartes virtuelles
    Cartes physiques
    Gérer des cartes
    Portefeuilles numériques
    Cartes de remplacement
    Programmes de cartes
    Gestion de programme
    Issuing pour les prestataires de services de paiement
    Personnaliser votre programme de cartes
    Ajoutez des fonds à votre programme de cartes
    Credit Consumer Issuing
    Contrôles
    Contrôles de dépenses
    Outils antifraude avancés
    3DS
    Étapes de détection de la fraude
    Autorisations en temps réel
    Gestion du code NIP
    Issuing et Elements
    Gestion des jetons
    Financement
    Solde
    Post-financez votre intégration à Stripe
    Post-financer votre intégration avec les réserves dynamiques
    Achats
    Autorisations
    Transactions
    Litiges
    Test
    Catégories de marchands
    Utilisation des guichets automatiques
    Données enrichies sur les marchands
    Issuing avec Connect
    Configurer une intégration pour Issuing et Connect
    Mettre à jour les Conditions d'utilisation du service
    Financement Connect
    Comptes connectés, cartes et titulaires de carte
    Désinscription des comptes connectés inactifs
    Intégrer l'interface utilisateur pour la gestion des cartes
    Crédit
    Aperçu
    Configurer des comptes connectés
    Gérer les conditions de crédit
    Enregistrer d'autres décisions de crédit et gérer les avis de décision défavorable (AAN)
    Communiquer les données réglementaires requises pour les décisions de crédit
    Gérer les obligations des comptes
    Tester une intégration de crédit
    Informations supplémentaires
    Choisir un type de titulaire de carte
    Service d'assistance pour Issuing et Treasury
    Liste de surveillance Issuing
    Recommandations pour le marketing (Europe/Royaume-Uni)
    Recommandations pour la conformité des produits et du marketing (US)
Global Payouts
Gérer vos fonds
AccueilGestion des fondsIssuing cards

Issuing spending controlsVersion bêta privée

Learn how to use Issuing to set rules on cards and cardholders to control spending.

You can use spending controls to block merchant categories (for example, bakeries), countries, or merchant IDs, and to set spending limits per authorization or per month. You can apply them to both Cards and Cardholders either by setting their spending_controls parameters when you create them or by updating them later.

Version bêta privée

Merchant ID spending controls is in private preview. You must be an Issuing user to participate. To learn more or request access, contact Stripe.

You can set the following spending_controls parameters:

Parameter TypeDescription
allowed_categories arrayList of categories of authorizations to allow. All other categories will be blocked.
blocked_categories arrayList of categories of authorizations to decline. All other categories will be allowed.
spending_limits arrayList of objects that specify amount-based rules.
allowed_merchant_countries arrayList of merchant countries to allow authorizations from. Authorizations from all other countries are blocked.
blocked_merchant_countries arrayList of merchant countries to block authorizations from. Authorizations from all other countries are allowed.

Spending controls run before real-time authorizations and can decline a purchase before the issuing_authorization.request is sent, resulting in a declined issuing_authorization.created event.

Spending limits

Spending limit rules limit the total amount of spending for categories over intervals of time.

The spending_limits parameter of spending_controls is a set of specifications with the following structure:

PropertyTypeDescription
amountintegerMaximum spend, in the currency of the card. Amounts in other currencies are converted to the card’s currency when evaluating this control. This amount is in the card’s currency and in the smallest currency unit.
intervalenumTime interval that the amount applies to. See the Card spending_controls for the possible values. All date-based intervals start at midnight UTC.
categoriesarray (optional)List of categories this limit applies to. Omitting this field will apply the limit to all categories.

Stripe automatically applies the following limits, which you can contact support to disable:

  • If you don’t set spending_limits, a default spending limit of 500 USD per day applies to the newly created card.
  • In addition to the card spending limits you configure, an unconfigurable default spending limit of 10000 USD also applies to each authorization.

Spending aggregation is done on a best-effort basis. You might notice a delay of up to 30 seconds between spend occurrence and spend aggregation.

A card’s spending limits apply across any cards it replaces (that is, its replacement_for card and that card’s replacement_for card, and so on). A cardholder’s spending limits apply across all of their cards.

Each spending limit only applies to its own categories. Spending limits alone do not block categories and should be used with either allowed_categories or blocked_categories to restrict spending to specific business types.

If a cardholder has overlapping spending limits (for example, 100 USD per authorization and 50 USD per authorization for their card), the most restrictive spending control applies.

Additional tips and fees can be posted at a later time, causing a spending limit to be exceeded.

Examples

The following examples demonstrate different uses of spending controls for cards and cardholders.

Limit a cardholder's monthly spend across all of their cards

Limit the spend and allowed categories for a single card

Limit a cardholder's weekly spend for specific categories

Cette page vous a-t-elle été utile?
OuiNon
  • Besoin d'aide? Contactez le service d'assistance.
  • Rejoignez notre programme d'accès anticipé.
  • Consultez notre journal des modifications.
  • Des questions? Contactez l'équipe commerciale.
  • GML? Lire llms.txt.
  • Optimisé par Markdoc