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
Gestion des versions
Journal des modifications
    Présentation
    Basil
    Acacia
    Versions précédentes
Mettre à niveau votre version de l'API
Actualiser votre version du SDK
Essentials
SDK
API
Tests
CLI Stripe
Outils
Workbench
Dashboard des développeurs
Shell Stripe
Stripe pour Visual Studio Code
Fonctionnalités
Workflows
Destinations d'événements
Alertes d'intégrité de StripeChargements de fichiers
Solutions d'IA
Boîte à outils des agents
Sécurité et confidentialité
Sécurité
Confidentialité
Extensions Stripe
Stripe Apps
Connecteurs Stripe
Partenaires
Partner ecosystem
Certification des partenaires
AccueilRessources pour les développeursChangelogAcacia2025-02-24.acacia

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.

Adds ability to schedule debit payments for a specific date

What’s new

The target_date parameter is now available for all bank debit payment methods (including ACH, SEPA, BACS, AU BECS, and PADS). You can use this parameter to specify a future date (3 to 15 days ahead) to debit funds from the user’s bank account when you create or update a Checkout Session; or when you create or update a Payment Intent.

Impact

The target_date parameter helps you manage your financial planning and customer expectations. You can synchronize your debit transactions with your cash flow needs by scheduling payments more strategically. For example, you could align payments with billing cycles, customer payment habits, or other financial considerations.

Changes

paramètreModifierRessources ou endpoints
target_dateAjouté
Checkout.Session#create.payment_method_options.acss_debitCheckout.Session#create.payment_method_options.au_becs_debitCheckout.Session#create.payment_method_options.bacs_debit
 + 27 de plus
Checkout.Session#create.payment_method_options.sepa_debitCheckout.Session#create.payment_method_options.us_bank_accountCheckout.Session.payment_method_options.acss_debitCheckout.Session.payment_method_options.au_becs_debitCheckout.Session.payment_method_options.bacs_debitCheckout.Session.payment_method_options.sepa_debitCheckout.Session.payment_method_options.us_bank_accountPaymentIntent#confirm.payment_method_options.acss_debitPaymentIntent#confirm.payment_method_options.au_becs_debitPaymentIntent#confirm.payment_method_options.bacs_debitPaymentIntent#confirm.payment_method_options.sepa_debitPaymentIntent#confirm.payment_method_options.us_bank_accountPaymentIntent#create.payment_method_options.acss_debitPaymentIntent#create.payment_method_options.au_becs_debitPaymentIntent#create.payment_method_options.bacs_debitPaymentIntent#create.payment_method_options.sepa_debitPaymentIntent#create.payment_method_options.us_bank_accountPaymentIntent#update.payment_method_options.acss_debitPaymentIntent#update.payment_method_options.au_becs_debitPaymentIntent#update.payment_method_options.bacs_debitPaymentIntent#update.payment_method_options.sepa_debitPaymentIntent#update.payment_method_options.us_bank_accountPaymentIntent.payment_method_options.acss_debitPaymentIntent.payment_method_options.au_becs_debitPaymentIntent.payment_method_options.bacs_debitPaymentIntent.payment_method_options.sepa_debitPaymentIntent.payment_method_options.us_bank_account

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-02-24.acacia
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

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