Accéder directement au contenu
Créez un compte
ou
connecter-vous
Logo de la documentation Stripe
/
Demander à l'assistant IA
Créez un compte
Connectez-vous
Démarrer
Paiements
Revenus
Plateformes et places de marché
Gestion de fonds
Ressources pour les développeurs
Aperçu
Billing
PrésentationÀ propos des API Billing
Abonnements
Invoicing
    Présentation
    Fonctionnement de la facturation
    Guide de démarrage rapide sur l'API
    Intégration via l'API
    Facturation sans code
    Cycle de vie des factures
    Prévisualisation des factures
    Modifier des factures
    Programmer la finalisation des factures
    Changements et finalisation des états
    Envoyer des e-mails aux clients
    Générer des avoirs
    Facturer les clients
    Clients
    Solde créditeur du client
    Numéros fiscaux des clients
    Paiements sur facture
    Page de facture hébergée
    Créer des échéanciers pour les factures
    Accepter les paiements partiels
    Moyens de paiement pour les factures
    Encaissements automatisés
      Avancement automatique des factures
      Rapprochement automatique
      Encaissement automatique
      Prélèvement automatique
    Personnalisation des factures
    Personnaliser des factures
    Modèles de rendu pour les factures
    Grouper des sous-postes de facture
    Récapituler les postes
    Facturation mondiale
    Bonnes pratiques
    Clients multi-devises
    Autres fonctionnalités de facturation
    Produits et tarifs
    Gérer les sous-postes de facture groupés
    Taxes
Facturation à la consommation
Devis
Gestion des clients
Facturation avec d'autres produits
Recouvrement de revenus
Automatisations
Tester votre intégration
Tax
Présentation
Utiliser Stripe Tax
Gérer la conformité
Rapports
Présentation
Sélectionner un rapport
Configurer des rapports
API de rapport
Rapports sur plusieurs comptes
Comptabilisation des revenus
Données
PrésentationSchéma
Rapports personnalisés
Data Pipeline
Gestion des données
AccueilRevenusInvoicingAutomated collections

Remarque

Cette page n'est pas encore disponible dans cette langue. Nous faisons tout notre possible pour proposer notre documentation dans davantage de langues et nous vous fournirons la version traduite dès qu'elle sera disponible.

Automatic invoice advancement

Learn how Stripe can automatically advance invoice states and help collect payment.

All invoices start as a draft and must be transitioned to open to accept a payment. If the invoice becomes overdue, or payment on the invoice fails, Stripe can automatically send reminders or retry the payment for you. You can choose to let Stripe manage these state transitions and these collection attempts automatically or choose to manage them yourself. Learn more about the invoice lifecycle.

For invoices created using the API, set the auto_advance property on the invoice to true. You might also want to configure a webhook endpoint to receive associated events. When you set auto_advance to false, you’re responsible for transitioning the invoice between states. Learn more about webhook endpoints and finalizing invoices.

Update automatic invoice advancement

An invoice must be in a draft or open state to update automatic advancement. Invoices that are paid, void, or uncollectible always have automatic advancement turned off.

Automatic invoice advancement is on by default for any invoice created in the Dashboard.

You can manually turn on or off automatic advancement for any invoice. On the invoice details page, click the overflow menu () and select Turn on/off automatic reminders. Invoices set to charge a payment method on file automatically display Turn on/off automatic collection, which changes the auto_advance property on the invoice. See the feature table below for a comparison of turning this on or off.

Automatic advancement feature comparison

When you turn off automatic advancement in the Dashboard or set auto_advance to false, Stripe disables most of the automatic collection features for Invoicing. The following table outlines some key changes in the behavior of automatic collection, depending on whether auto_advance is set to true or false:

FeatureTrueFalse
Emailing invoices
Retries (email and charge)
Invoice reminder emails
3D Secure reminder emails
Email receipts
Attempting payments for auto-charge invoices
Finalize draft subscription invoices to open (after approximately one hour)
Stripe Automation

Legend

  • = Can be enabled depending on your settings.
  • = Configurable in your settings.
  • = Not enabled. The invoice isn’t automatically transitioned.
Cette page vous a-t-elle été utile ?
OuiNon
  • Besoin d'aide ? Contactez le service Support.
  • Rejoignez notre programme d'accès anticipé.
  • Consultez notre log des modifications.
  • Des questions ? Contactez l'équipe commerciale.
  • LLM ? Lire llms.txt.
  • Propulsé par Markdoc